Viewing 15 posts - 31 through 45 (of 71 total)
Could you point me toward a good resource for examples of code without using cursors, I have some examples where you load a select statement into a temp table and...
March 31, 2008 at 7:14 am
Would any of you use the undocumented SPs sp_MSforeachdb or sp_MSforeachtable to do the iteration for them if the situation suited using these? Anyone know how these work, if...
March 31, 2008 at 4:07 am
Poor wording made it into a trick question when it was so simple, I got it wrong by the way in the same way as the above comment.
March 28, 2008 at 5:01 am
This was news to me as well but there is a default trace running in SQL 2005, something I knew nothing about, it looks to be invaluable, I wish I...
March 26, 2008 at 10:59 am
It won't mention delete in the security log, only users that accessed the server, depending on the set up it might give you a host name or it might just...
March 26, 2008 at 4:16 am
Do the users have to go onto a server (RDC etc) to access the databases or do they do it through a client?
Look at the security log in event viewer...
March 26, 2008 at 3:12 am
I've found out what causes this error, it's reindexing on a primary XML index.
I ran repair_allow_data_loss on a backup copy of the database and it fixes the consistency error but...
March 25, 2008 at 11:08 am
Tommy Bollhofer (3/25/2008)
MSSQL, its components, and attributes can be registered in an AD domain. MSSQL also supports Kerberos authentication as part of an AD domain (http://support.microsoft.com/kb/319723).
Kerberos aside, what...
March 25, 2008 at 10:57 am
Is this for DTS packages that you have put on a SQL 2005 server or SSIS packages?
March 25, 2008 at 10:33 am
I'm still having this problem, has anyone got any suggestions?
Thanks
March 25, 2008 at 10:02 am
Marios Philippopoulos (3/20/2008)
I googled "trace flag 1118" and this was at the top of the list:PRB: Concurrency enhancements for the tempdb database
support.microsoft.com/kb/328551
But none relating to the proportional-fill process.
March 25, 2008 at 4:10 am
I was more worried that I couldn't find where I had read it but I can't find it on any microsoft KBs so I assume that where ever I read...
March 20, 2008 at 9:32 am
I'm sure it was something I read somewhere that you had to do this as well, maybe on this forum, but can't find an article specifically saying that you need...
March 20, 2008 at 8:34 am
If you are doing this in SQL 2000 you need to set the trace flag 1118 so the different tempdb files are used evenly but in SQL 2005 you don't...
March 20, 2008 at 5:04 am
Viewing 15 posts - 31 through 45 (of 71 total)