Viewing 15 posts - 6,361 through 6,375 (of 7,191 total)
Jeetendra
I tried once to write a script that would generate scripts for all indexes in a database, but I gave up. I'm not saying it isn't possible - search the...
June 18, 2007 at 9:22 am
Jeetendra
You can either do them one by one in Enterprise Manager (let me know if you need me to explain how), or you can script out all your non-clustered indexes,...
June 18, 2007 at 6:28 am
Patrik
As far as I can tell, Logged Value corresponds to ml.MeasurementLogValue. But what to Calc1 and Calc2 correspond to?
John
June 15, 2007 at 8:23 am
What happens if you run the job not at 1am (I assume that's what you mean by 1pm in the morning), but at the same time you try to run...
June 15, 2007 at 4:39 am
James
You won't get much response by tagging your question on the end of a year-old thread. Much better to start a new one.
John
June 15, 2007 at 1:40 am
I imagine that it's being interpreted as three values: ABC, 50, and 9. What error message are you getting?
John
June 14, 2007 at 8:55 am
Arthur
Not as far as I know. Although you could change the view to a stored procedure, and put some conditional logic in that.
John
June 14, 2007 at 8:02 am
I take it we're talking about a stored procedure here? If so, just use sp_recompile.
John
June 14, 2007 at 4:54 am
Nadeem
You haven't really provided enough information. Do you always need the results from the same set of stores, or is it different each time? If the stores vary, then is...
June 13, 2007 at 10:30 am
Dharmendra
Have the stored procedure print the query, then copy and paste it into the query window, and post the query and the estimated execution plan here (please preview your post...
June 13, 2007 at 8:28 am
Dharmendra
Please will you add a PRINT @sQuery1 statement to your stored procedure, then run it and post @sQuery and @sQuery1 so that we can have a go at debugging it. ...
June 12, 2007 at 6:32 am
Andre
Script out all your views that reference the changed tables, then use the Replace feature in SSMS to search for "procdta." and replace it to "crpdta.". Of course if only...
June 11, 2007 at 3:21 am
Mark
Either (a) create a temp table, insert the results for each database into it and then select them all, or (b) qualify the view name thus: MyDB.INFORMATION_SCHEMA.COLUMNS and use UNION...
June 6, 2007 at 10:02 am
Steve
You need to enable auditing. You can audit successful logins, failed logins, or both. Search for audit logins in Books Online.
If you don't have auditing enabled yet and you need...
June 6, 2007 at 8:04 am
You can get the information you're looking for from the INFORMATION_SCHEMA.TABLES view.
John
June 6, 2007 at 6:44 am
Viewing 15 posts - 6,361 through 6,375 (of 7,191 total)