Viewing 15 posts - 646 through 660 (of 1,155 total)
Hi Jim,
There are 2 points to notice here
1. The time it takes to failover the...
April 30, 2011 at 10:16 am
This could be due to the Resource contention or Blocking happening on the server.
Select * from kind of queries need to be avoided as much as possible. Select only...
April 30, 2011 at 10:08 am
Create a SSIS package in Bids
In control flow area, drag and drop two Execute SQL tasks in parallel and configure them as
Execute SQL task1 --- sp_startjob 'JOBNAME1'
Execute SQL task2...
March 16, 2011 at 4:24 pm
Gail is right. Follow her advice.
--
Best Regards,
SQLBuddy
March 15, 2011 at 2:47 pm
CASE them out using a TSQL statement.
Thank You,
Best Regards,
SQLBuddy
January 28, 2011 at 3:17 pm
The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
First Question is
Are you able to run the...
January 28, 2011 at 10:00 am
Much simpler method would be to use Import\Export Wizard.
Rt Click on a DB --> Tasks ---> Export data --> Select all the tables and specify an output text\csv file.
...
January 27, 2011 at 2:17 pm
Go to the cmd prompt --> type dtexecui and enter
In the GUI that open, select the package stored in the MSDB and then go to the Command Line tab (The...
January 27, 2011 at 10:41 am
You can't find the Sa password but you can change it as Gail mentioned. Follow that approach.
...
January 27, 2011 at 10:29 am
Or Could be a Instance on a Virtual Machine Vs Instance on a Physical Machine
...
January 27, 2011 at 10:24 am
Check these Links
http://www.informit.com/articles/article.aspx?p=169612&seqNum=2
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4
http://www.informit.com/articles/article.aspx?p=599700&seqNum=5
http://www.informit.com/articles/article.aspx?p=170234
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4
Thank You,
Best Regards,
SQLBuddy
January 27, 2011 at 10:12 am
Follow the Great advice from Grant. He is Right.
Performance monitor is a very powerful tool. It can always be used for real time monitoring. You can add the required...
January 27, 2011 at 9:44 am
Perfmon should be your starting point to see if you are having any resource bottlenecks and possible causes.
...
January 26, 2011 at 4:55 pm
Remove the shrink step in the MP as the experts have already mentioned. That will cause a lot of external fragmention and slows down the performance.
...
January 26, 2011 at 4:51 pm
Viewing 15 posts - 646 through 660 (of 1,155 total)