Viewing 15 posts - 3,346 through 3,360 (of 8,416 total)
Oleg Netchaev (5/21/2010)
May 21, 2010 at 8:51 am
joepacelli (5/21/2010)
Unfortunately you can not create a synonym for a database, a schema yes, but not the database itself.
I really thought you could. Sorry about that.
Would it be practical...
May 21, 2010 at 8:48 am
Maa421 (5/21/2010)
May 21, 2010 at 8:22 am
Using a synonym to point to the correct database seems a natural solution.
May 21, 2010 at 8:06 am
Maa421 (5/21/2010)
Do I also need to install cumulative update 2 for SQL Server 2008 SP1?
Of course 🙂
May 21, 2010 at 7:44 am
jcrawf02 (5/21/2010)
Paul White NZ (5/21/2010)
Jan Van der Eecken (5/21/2010)
@paul-2, just noticing your signature again and curious when the next part of "Server Side Paging" is due for publication. Any idea?
This...
May 21, 2010 at 6:33 am
So, it looks very much as if the transaction never really 'got off the ground' so to speak, and is now in an odd sort of state. My guess...
May 21, 2010 at 6:21 am
The date format used depends on a number of settings (see Books Online Date and Time Data Types and Functions (Transact-SQL) for the details).
There isn't a default date format for...
May 21, 2010 at 6:04 am
nguyennd (5/21/2010)
I want any time when run code then always for above result.
The only way I can think of to do this is to change the date and time on...
May 21, 2010 at 5:49 am
Before you initiate fail-over, it might make sense to check a few things to give you some confidence that the ROLLBACK is truly 'stuck' and/or that recovery is not going...
May 21, 2010 at 5:43 am
Oleg Netchaev (5/20/2010)
...The problem with table variable is that you cannot create a non-clustered index on it...
Well you can, it just has to be unique and created at declaration time:
DECLARE...
May 21, 2010 at 5:07 am
This is SQL Server 2000, right? What is the exact version please? Is the VisitorSources table a heap with non-clustered indexes? The reason I ask is that...
May 21, 2010 at 5:04 am
calvo (5/20/2010)
May 21, 2010 at 4:40 am
Jan Van der Eecken (5/21/2010)
@paul-2, just noticing your signature again and curious when the next part of "Server Side Paging" is due for publication. Any idea?
This coming Monday (24th), Jan...
May 21, 2010 at 4:29 am
Viewing 15 posts - 3,346 through 3,360 (of 8,416 total)