Viewing 15 posts - 5,266 through 5,280 (of 5,685 total)
jcrawf02 (10/19/2010)
CirquedeSQLeil (10/19/2010)
jcrawf02 (10/19/2010)
October 19, 2010 at 3:53 pm
Alvin Ramard (10/19/2010)
jcrawf02 (10/19/2010)
I can see how you'd miss that, as it's in the third sentence, and that's WAY too much to read....:w00t::-P:-D
My input buffer filled up before I hit...
October 19, 2010 at 3:14 pm
sturner (10/19/2010)
October 19, 2010 at 11:34 am
It's basically the same query except for this:
DATEDIFF(yy, Clients1.DOB, GETDATE()) >= 30 AND DATEDIFF(yy, Clients1.DOB, GETDATE()) <= 34
which is buried deep in the middle of the thing.
So, instead of doing...
October 19, 2010 at 11:15 am
look into sp_change_users_login 'auto_fix', <loginname>, null after the reattach.
It'll take the users in the dabatase and re-associate them with the server login SIDs.
October 19, 2010 at 10:26 am
We're going to want to see expected results if we're going to try to figure this out for you, unfortunately. It's a little odd. Also, if you can...
October 18, 2010 at 4:12 pm
Sandy2704 (10/18/2010)
(TerminationDate is null) or ( '04/11/2010'< TerminationDate) and ('04/30/2010' <TerminationDate)even if the TerminationDate is 04/11/2005 it gives the pid corresponding to that TerminationDate
It's because of the funkiness...
October 18, 2010 at 4:08 pm
Ninja's_RGR'us (10/18/2010)
October 18, 2010 at 3:48 pm
You're looking for Unpivot.
A quick fix to the sample data:
CREATE TABLE [dbo].[#GblSecurityMain](
[EmployeeNumber] [int] NOT NULL,
...
October 18, 2010 at 3:12 pm
chris.s.powell (10/18/2010)
October 18, 2010 at 1:46 pm
I... hesitate to tell YOU that it's okay to destroy YOUR backup files. However, I can help you figure out if it's right for you.
First, keep any trn files...
October 18, 2010 at 1:42 pm
GilaMonster (10/18/2010)
Craig Farrell (10/18/2010)
It can be a lot more complex than that but start there. 🙂
Kalen Delaney did a talk for the 24 hours of PASS earlier this year...
October 18, 2010 at 1:34 pm
chris.s.powell (10/18/2010)
Will the .ldf return to the initial size of 2MB after all transaction have completed?
Nope, and you won't want it to. You'll need that space the next time...
October 18, 2010 at 1:26 pm
To add to what Gail said, yes, your T-Log can still grow. Simply you always need enough space for your largest transactions to occur, in whatever restore method you...
October 18, 2010 at 1:26 pm
To go back to our earlier discussion on bad drivers in random places, apparently hit'n'runs are universal. Took my car out last weekend. Lowspeed, luckily, but it's dead,...
October 18, 2010 at 1:05 pm
Viewing 15 posts - 5,266 through 5,280 (of 5,685 total)