Viewing 15 posts - 7,261 through 7,275 (of 7,636 total)
Hmm, I just posted something like this yesterday...:
...
2. IN subqueries: These return any number of rows, each with a...
April 1, 2008 at 12:25 am
K. Brian Kelley (3/31/2008)
rbarryyoung (3/31/2008)
It's still a mystery to me why Microsoft doesn't use the same COLLATION-based character normalization before hashing that it does before normal table lookups.
Think about the...
March 31, 2008 at 10:16 pm
Buxton69 (3/31/2008)
March 31, 2008 at 7:10 pm
Matt Miller (3/31/2008)
Jeff Moden (3/29/2008)
March 31, 2008 at 6:47 pm
Well, if replication is "out of synch" because it was stopped or it gets behind, it should catch up when it has a chance.
If it's "out of synch" because of...
March 31, 2008 at 6:20 pm
K. Brian Kelley (3/31/2008)
This site can be that way. If you look at the Top Points lists you'll see folks who have "binged" in the last 30 days. 🙂
And, if...
March 31, 2008 at 6:15 pm
It's still a mystery to me why Microsoft doesn't use the same COLLATION-based character normalization before hashing that it does before normal table lookups.
March 31, 2008 at 6:10 pm
You need change the Linked Server definition properties to give access on the remote server whatever context your SQL Agent Jobs run under. I usually do this by creating...
March 31, 2008 at 5:37 pm
Like this:
declare @file Nvarchar(max)
set @file = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\MyTests.bak'
RESTORE DATABASE [MyTests] FROM DISK = @file
WITH FILE = 1, NOUNLOAD, STATS = 10
FYI, you can...
March 31, 2008 at 5:27 pm
It is important to realize that there are several types of Subquery:
1. Value Subqueries: These just return a single value per row and they look like this: (Select col1...
March 30, 2008 at 9:52 pm
Here is a link that explains republishing: http://technet.microsoft.com/en-us/library/ms152553.aspx
March 30, 2008 at 6:32 pm
Jeff Moden (3/29/2008)
Why not just post the problem(s) and see what you can get for nothing on this forum? Maybe people will even bid for the "job". 😉
Jeff, man...
March 30, 2008 at 1:18 pm
Viewing 15 posts - 7,261 through 7,275 (of 7,636 total)