Viewing 15 posts - 10,546 through 10,560 (of 22,213 total)
Drop does exactly what it says. It's going to drop the existing index and then rebuild it. No, it won't leave the existing index available while it does the rebuild......
August 17, 2012 at 4:20 am
And make sure your backups have been running for the last several days. Make a copy of the backups. If you have log backups prior to the error, make sure...
August 17, 2012 at 4:13 am
Index intersection might work with the 2 indexes, but it might not. If not, you could try the same two indexes and then use a UNION ALL query to put...
August 16, 2012 at 5:16 am
asranantha (8/16/2012)
August 16, 2012 at 5:12 am
This isn't something I've set up in my Availability Group work so far, but here's a blog post where someone ran into a similar issue.
August 16, 2012 at 4:37 am
You're still attempting to stuff multiple files into a single location. You can't do that this:
MOVE N'TELE_1_Log' TO
N'D:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVERMSSQL\DATA\TELE_log.ldf',
Needs to be changed to something else, maybe...
August 16, 2012 at 4:30 am
These questions really sound like either an interview or homework. If I answer the questions, do I get the pay or the grade?
August 16, 2012 at 4:26 am
Itzik Ben Gan has a number of examples on how to find islands and gaps in sets of numbers in his book Inside T-SQL Querying. I'd suggest picking up a...
August 16, 2012 at 4:24 am
This is administrator information. Either you need to get view server state permissions or you need to work with someone who does.
August 16, 2012 at 4:23 am
I've mostly used SQL and it works great on 2012. You can even use the Availability Groups to do log backups or COPY_ONLY backups in addition to the normal backup...
August 15, 2012 at 7:42 pm
That number does seem high, but only because I've primarily worked on systems with stored procedures. If you're working with lots of dynamic or ad hoc SQL, then that number...
August 15, 2012 at 7:40 pm
Also, if the NOLOCK hint is applied to any kind of data modification queries, SQL Server just ignores it. It has to do locks in order to modify data.
August 15, 2012 at 6:20 pm
SQLRNNR (8/15/2012)
WayneS (8/15/2012)
SQLRNNR (8/15/2012)
For the Rhode Island SQLSat, how about we all wear kilts?Is that for speakers, attendees, or all?
Speakers - definitely.
Attendees would be good too!!
I'll try. I might be...
August 15, 2012 at 12:44 pm
Oops. Missed the missing 'IO' & responded too quickly.
August 15, 2012 at 10:42 am
You might want to take a look at Central Management Servers. It's a way to control & report back on multiple servers from a single location. Here's the BOL entry:...
August 15, 2012 at 7:49 am
Viewing 15 posts - 10,546 through 10,560 (of 22,213 total)