Viewing 12 posts - 76 through 87 (of 87 total)
antonio.estima 4150 (9/25/2012)
We have a problem in the query within the attached file. When I run in sql server 2000 it returns the result without errors,...
September 25, 2012 at 2:58 pm
GilaMonster (9/24/2012)
laurie-789651 (9/24/2012)
FROM Table1 SD WITH (NOLOCK) JOIN Table2 WITH (NOLOCK) etc.
as long as the table isn't being updated - this saves time as no...
September 25, 2012 at 2:54 pm
opc.three (9/19/2012)
Jeff Moden (9/18/2012)
September 21, 2012 at 6:49 am
It would be a regular windows user account, that is part of an Active Directory domain. How do you log into your machine (not SQL\SSMS)?
September 20, 2012 at 1:35 pm
Does the user NCG_009SOCSB_DBO_AP exist in the CORP domain?
September 20, 2012 at 1:01 pm
surma.sql (9/20/2012)
That table has all historic info.
that table contains all user archive log entries for application. and it will starts from last 2 years. I already put red flag on...
September 20, 2012 at 12:34 pm
You also may want to consider using the WITH COPY_ONLY for the backups used to refresh dev, so you do not mess up the transaction log sequence of your primary...
September 18, 2012 at 7:28 pm
Not sure if a delete trigger solves the problem, because TRUNCATE is non-logged. That is why it is so quick, but also why it requires elevated permissions.
Is it...
September 17, 2012 at 7:21 am
What is the actual value for the /SERVER parameter, where you have "SERVERNAME"? Are you using Local, or "."? Or is it possibly on a clustered instance and...
August 15, 2012 at 2:35 pm
Some fantastic info on deadlocks and DL graphiong can be found here:
http://blogs.msdn.com/b/bartd/archive/2006/09/09/deadlock-troubleshooting_2c00_-part-1.aspx
July 17, 2012 at 6:48 am
Regarding the value of a certification, I would not say that a cert + no experience is worthless. For someone entering the field, getting a cert does show some...
August 18, 2011 at 6:28 am
Viewing 12 posts - 76 through 87 (of 87 total)