Viewing 15 posts - 151 through 165 (of 960 total)
ADO.NEt Drivers can resolve localhost or . as meaning the current server however OLEDB providers cannot so if your using the later then the solution is to use servername typed...
September 7, 2015 at 5:16 am
So you have one parent and multiple child package, each child package needs to be executed in parallel ( concurrently), In this case you need unique variables defined for...
September 7, 2015 at 5:14 am
pivot makes sense if the message column is a int or numerical data type on which aggregations need to be performs else if the number of messages is static you...
September 3, 2015 at 9:36 pm
the query can timeout if it is unable to acquire the required locks and resources. Every application needs timeot to prevent a query from running indefinelty. The Job might run...
August 30, 2015 at 12:09 am
This is normal behaviour , once you shrink tempdb , sql tries to find out which parts of the files are in use , after ignorning these parts it...
August 29, 2015 at 2:50 am
craig.bobchin (8/28/2015)
Jayanth_Kurup (8/27/2015)
August 29, 2015 at 2:41 am
You could use the XMLA task within SSIS to loop over the roles
August 29, 2015 at 2:32 am
This should be simple enough to test , just like how you tested EXplanFull ,whats the problem here? Is it not working as expected?
I have always used Expand Full mainly...
August 28, 2015 at 7:19 am
Files are not in restoring state is the database that is in restoring state.
Could you try this:-
On the Server were the database is in ONLINE state ( PrimarY), take a...
August 28, 2015 at 7:15 am
Hi Charmer I had posted a link in your post on how to loop through files, It answers all these question , take a look.
http://www.enabledbusiness.com/blog look at the...
August 28, 2015 at 7:11 am
the link contained the blog series , with steps to do file looping as well as dybamically change the file path for source connection. In fact there is a youtube...
August 28, 2015 at 7:08 am
BACKUP DATABASE is terminating abnormally. Cannot open backup device 'J:\SQL Backups\DB\Differential\DB_Differential_Backup_201508241903.bak'.
Have ypou check if the file exists and the service account has access to the path.
Also You mentioned fail over...
August 28, 2015 at 7:06 am
http://enabledbusinesssolutions.com/blog/ssis-starter-kit-for-the-uninitiated-foreachloop/
August 27, 2015 at 11:39 pm
I think your looking at the problem the wrong way. using t-sql to do fuzzy lookups is kind of tricky since the db is not really suited to doing pattern...
August 27, 2015 at 11:31 pm
Is this an OLTP system ? the defaults are the best usually when you don't know what value to set. SQL automatically decides when to use a parallel plan and...
August 27, 2015 at 11:26 pm
Viewing 15 posts - 151 through 165 (of 960 total)