Viewing 15 posts - 5,566 through 5,580 (of 7,191 total)
Vinay
If your index lives up to its name and is indeed unused, then no queries will be affected if you drop it. Therefore it is sufficient to use the...
January 4, 2011 at 8:11 am
OK, so modify the script accordingly and it should work.
John
January 4, 2011 at 7:41 am
Brandie
You can select the name from the list if it's remembered in there, but that isn't always the case. I think it's to do whether the account in question...
January 4, 2011 at 7:09 am
Brandie
What I do is right-click on the unmodified SSMS shortcut, choose Run as, and then enter the credentials of the account I want to connect as.
John
January 4, 2011 at 5:25 am
December 31, 2010 at 7:30 am
Yes, I definitely get it. So now what we need from you is the following:
(1) Table DDL for all tables involved, including indexes, constraints, triggers etc
(2) Sample data from...
December 31, 2010 at 6:52 am
OK, I think I understand. You've divided your 70 second video into 0.4 second slices, and you want to record on a graph how many times each of those...
December 31, 2010 at 6:42 am
Shamshad
What are you asking - how to populate the first table from information in the second, or vice versa, or something else?
John
December 31, 2010 at 5:45 am
Shamshad
What are you asking - how to populate the first table from information in the second, or vice versa, or something else?
John
December 31, 2010 at 5:45 am
To be honest, it's unlikely. But, looking at it from the other direction, if you intended to keep it Simple then you'd have been well advised to stop the...
December 30, 2010 at 9:02 am
Why are you doing log backups on a database that's in Simple recovery mode?
John
December 30, 2010 at 8:42 am
The best way is to create a "numbers" or "tally" table - search this site for how to do that, or you can use master.dbo.spt_values as long as you won't...
December 30, 2010 at 6:39 am
It's because when you test for NULL, you shouldn't include quotation marks, otherwise you're testing for the specific value "NULL" rather than for a null value. You need to...
December 30, 2010 at 6:29 am
Use a SQL Server Agent job, as Scott suggested. It's more flexible than a Windows scheduled task, and it's a more intuitive place to put it.
John
December 29, 2010 at 6:48 am
Of course they give you different answers - you have a different column list. Please will you supply sample data (INSERT statements), table DDL (CREATE TABLE statements) and desired...
December 29, 2010 at 4:57 am
Viewing 15 posts - 5,566 through 5,580 (of 7,191 total)