Viewing 15 posts - 2,941 through 2,955 (of 8,416 total)
Steve Jones - Editor (7/17/2010)
July 17, 2010 at 10:12 am
It's not exactly what you need, but interesting and handy anyway:
My favourite way to see which databases are in use by any user sessions (even if they just have it...
July 17, 2010 at 9:29 am
GilaMonster (7/17/2010)
Unlikely.
I'd say 'just about impossible'. Even if a piecemeal restore was done, and the unneeded file groups were marked defunct, there would be no way to remove...
July 17, 2010 at 9:17 am
CirquedeSQLeil (7/15/2010)
No. You will need a 64 bit platform and processor.
A 64-bit operating system is certainly required. Whether the Xeon processor is capable of running 64 bit software...
July 17, 2010 at 7:53 am
GilaMonster (7/17/2010)
This related to your attempts to recover data from that 2005 database http://www.sqlservercentral.com/Forums/Topic953659-391-1.aspx?
That would explain a lot. Thanks, Gail.
July 17, 2010 at 7:39 am
Jack Corbett (5/13/2008)
Although note once again the odd behavior of the final row of the ANSI PADDING OFF results. Any explanation for that?
The clue to this odd-looking behaviour is...
July 17, 2010 at 7:36 am
Can't be done, I'm afraid. Once the database has been upgraded, the files cannot be attached to an earlier version.
If you tell us more about why you need to...
July 17, 2010 at 6:33 am
A small modification, to allow for input strings that include one or more trailing spaces, and which will also work with a Unicode input string:
DECLARE @strVariable VARCHAR(100) = 'J:\SQL 2008...
July 17, 2010 at 6:19 am
vedpsoni (7/17/2010)
1.Right click onto your server node, - an SQL Server Properties dialog will popup, In server setting
2.Enable "Allow modifications to be made directly to the system catalogs"...
July 17, 2010 at 5:07 am
doobya (7/7/2010)
where datediff(day, [field], getdate()) < 240 will force a scan (instead of a seek) but if the optimizer knew that the output of datediff decreases as [field] increases(which is...
July 17, 2010 at 5:01 am
doobya (7/17/2010)
if his post was a genuine attempt to contribute...
I have never known Gianluca to post otherwise 🙂
Good enough.
July 17, 2010 at 3:20 am
See the link I posted two posts back.
edit: here it is again, just to make it easy:
July 17, 2010 at 3:18 am
Joe Celko (7/16/2010)
http://www.simple-talk.com/sql/t-sql-programming/binary-trees-in-sql/
🙂
July 16, 2010 at 11:16 pm
Tom.Thomson (7/16/2010)
July 16, 2010 at 10:54 pm
The Dixie Flatline (7/16/2010)
We could start a rhyme of the day, like the random word of the day.I'll get it started off.....
"Orange"
Lozenge! 😀
July 16, 2010 at 10:47 pm
Viewing 15 posts - 2,941 through 2,955 (of 8,416 total)