Viewing 15 posts - 196 through 210 (of 388 total)
Permission issues where not mentioned in you previous post, feel free to figure this out on your own.
September 15, 2006 at 2:18 pm
You need to enable logging of the package outer and inner to SQL server, best on the server it is running\saved to. You right click in the empty space in...
September 15, 2006 at 10:05 am
You can use master.dbo.xp_msver extended stored procedure to gather cpu count as well as a lot of other details.
September 14, 2006 at 9:05 pm
I just did the same thing, I used a combination of xp_loginconfig extended stored procedure and osql. I wrote the results of osql to a text file and then queried...
September 12, 2006 at 4:05 pm
Do you have any foreign kaeys that reference this table, are they indexed correctly. Can you paste the update into another instance of QA and display the estimated execution plan...
August 28, 2006 at 3:44 pm
I would explicitly convert to the data type you require, I have a feeling sql is implicitly converting.
August 11, 2006 at 3:28 pm
does the sql service have access to this path?
August 11, 2006 at 1:38 pm
You could use
EXEC
('DBCC sqlperf(logspace)')
and insert this into a table and get set an alert if the...
August 8, 2006 at 1:45 pm
Balmukund,
doesn't visual studio get installed when you install SQL 2005, if there was a previous installation would that cause issues?
August 7, 2006 at 8:55 am
John,
Not in this situation myself, but saved the web page
http://dis4ea.blogspot.com/2005/07/tempdb-and-missing-device.html
to my docs and this gives me what I need in the future if I get the call in...
July 26, 2006 at 3:50 pm
Just a few of the querks that I hope get ironed out in the next SP, also watch out for the querk that does not delete old backups from maintenance...
July 26, 2006 at 8:32 am
Delete the SQL registration in EM and reregister using the instance name. It is always best to be on the box (teminal in) that is being used as the source.
July 25, 2006 at 2:32 pm
Do you have the optimize for many tables option on, if so check this out: http://blogs.msdn.com/chrissk/default.aspx
July 22, 2006 at 10:34 am
Jeff,
I apologize, I misinterpreted your post.
July 22, 2006 at 9:03 am
Viewing 15 posts - 196 through 210 (of 388 total)