Viewing 15 posts - 1,771 through 1,785 (of 7,504 total)
Chad Crawford (8/8/2011)
Chad Crawford (6/28/2011)
Wahoo! My users group just scheduled me to speak in August. Let the stress begin.... 😀
Well, today is the day, wish me...
August 8, 2011 at 9:36 am
We intended that to be used with some of our partitioned tables, to save on backup space.
However, reality proved the data wasn't that "read only" after all, so we had...
August 7, 2011 at 10:14 am
Gianluca Sartori (8/5/2011)
I'm officially out.I'll never, ever be an employee again.
I'll punch my timecard for the last time in 1 minute.
Two thumbs up, Gianluca.
[edited]
had a Dypo in the 3 words...
August 7, 2011 at 9:40 am
Jeff Moden (8/5/2011)
Leo.Miller (8/2/2011)
Jeff Moden (8/2/2011)
Leo.Miller (8/1/2011)
August 7, 2011 at 9:30 am
Koen Verbeeck (8/4/2011)
Fal (8/3/2011)
Koen Verbeeck (8/3/2011)
If you do try a Belgian beer once more, try one of the trappisten.
And make sure it is server as it should be server, it...
August 4, 2011 at 12:37 am
Oh, I bet there's more than 5% still to be gained with that query. But that's not my call.
August 3, 2011 at 12:43 pm
e.g. one of the first optimisations i did by altering a svf to an itfv resulted in:
before: duration +/-4000ms
after: duration +/- 328ms
This was for a single query that was run...
August 3, 2011 at 12:18 pm
No.
You'll have to provide enough disk space (=size of the original db files) to be able to perform the restore.
After that you can shrink files, but keep in mind...
August 3, 2011 at 3:56 am
If my perception on the matter is ok running a db in a lower db level than the engine:
- may not produce the same results, sqlplans, .... as with the...
August 2, 2011 at 2:15 pm
I'm sorry it didn't help out :blush: Very rare at SSC 😉
Thank you for posting the feedback of the solution that worked for you !:Wow:
August 2, 2011 at 11:03 am
I have a cell phone because I'm on call ... if it weren't for that, I wouldn't have one at all.
Company takes care of 20€ / month leaving me a...
August 2, 2011 at 10:57 am
Then I see no issue(s) on having it in 90 mode for a transition time span 😉
Keep in mind to keep a backup of your SQL2005 db created from a...
August 2, 2011 at 10:33 am
we tend to prep our backup jobs to have a last step to copy the .bak files to a safe zone.
Restores towards test servers are being performed using these safe...
August 2, 2011 at 10:14 am
I hope you did run the upgrade adviser tool. It will point to potential issues and may be a great to prevent failures and prepare migration projects.
Don't start without it...
August 2, 2011 at 10:09 am
how about:
if exists (SELECT 1
FROM [Annual_Edu_2006].[dbo].[HREMP_Adp]
Where [LName]+', '+[FName] = @username
and convert(VARCHAR(10),DOB,101) = @DOB )
return 1
else
return 0
August 2, 2011 at 9:53 am
Viewing 15 posts - 1,771 through 1,785 (of 7,504 total)