parallel processing

External Article

Backup SQL Server Databases in Parallel with PowerShell

  • Article

I have a need to decrease the time my SQL Server database backups are taking to run. I thought about trying to run multiple backups at the same time to see if that would work. I could have created multiple SQL Server Agent Jobs to run at the same time, but I wanted a more dynamic way to handle this, so I created a PowerShell script that allows processes to run in parallel.

2017-10-30

3,911 reads

Technical Article

RE: How to pass an array of integers as sql parameter

  • Reply

The search results are presented in a grid. User can click on 'select all' or 'select none'. I am not sure there is another way of designing the UI. It is a search page and if the user does not enter any search criteria or enters something that eliminates only few users, I have to […]

2005-02-24

Technical Article

A view on two databases.

  • Topic

Hi!Made a view, that takes data from tables table1 & table2 from databases db1 & db2. The view itself is in db1. User  Smith has "select" right on the view. For "select" statement he gets: Server: Msg 229, Level 14, State 5, Line 1 SELECT permission denied on object 'table2', database 'db2', owner 'dbo'. Both the view and 'table2' have the same owner, […]

You rated this post out of 5. Change rating

2004-01-29

1 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Hi Csaba, sorry, from now on I can only guess. quote: This is the content of the latest Agent log (from ...\MSSQL\Log dir): 2003-06-20 09:11:39 - ? [100] Microsoft SQLServerAgent version 8.00.760 (x86 unicode retail build) : Process ID 2003-06-20 09:11:39 - ? [100] Microsoft SQLServerAgent version 8.00.760 (x86 unicode retail build) : Process ID […]

You rated this post out of 5. Change rating

2003-06-20

Technical Article

RE: creating a db user role

  • Reply

Thanks for your info. By the way, to fix the public execute permission, I copied an existing script in this site, and modified it: declare @procname varchar(100), @command varchar(100) declare Crs insensitive cursor for select name as ProcName from sysobjects where type = 'P' order by name for read only open Crs fetch next from […]

You rated this post out of 5. Change rating

2003-06-19

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers