Viewing 15 posts - 331 through 345 (of 769 total)
Perry Whittle (1/31/2011)
pipe the output of this into a table
sqlcmd -Lc
Thanks for the suggestion but do you know if there is an equivelant syntax that shows all the servers on...
January 31, 2011 at 4:12 pm
Michael Valentine Jones (1/31/2011)
We have about 300 instances of SQL Server Express/MSDE/etc. that I know of, so I just leave them alone.
I have enough...
January 31, 2011 at 12:51 pm
GSquared (1/27/2011)
January 27, 2011 at 1:17 pm
Thanks for clarifying that Gail for I did have it partially wrong; good to know.
That said I just now have to hope that the explcit setting of these fields to...
January 27, 2011 at 12:52 pm
Elliott Whitlow (1/27/2011)
GilaMonster (1/27/2011)
Elliott Whitlow (1/27/2011)
January 27, 2011 at 11:35 am
GilaMonster (1/27/2011)
Elliott Whitlow (1/27/2011)
January 27, 2011 at 11:33 am
Well the AFTER INSERT/UPDATE actions will both plug in a date/time value in the Inserted/added row when the field that holds the date/time is left NULL.
The table in...
January 27, 2011 at 9:37 am
Somehow I missed this one when it first came around and so I'm more than a month late to the debate.
There's not much truer then what Steve said in this...
January 26, 2011 at 2:30 pm
GilaMonster (1/25/2011)
luciano furlan (1/25/2011)
I fear every day, that I will forget the where clause eventually and destroy an entire table.And guess what: Sql doesn't have an Undo button!
If you're doing...
January 25, 2011 at 11:24 am
Sevral have made good ponts about how daily reboots requires the recompiling of plans and loss of other data and i had not thought about that since its been like...
January 10, 2011 at 11:39 am
Thanks for the tip. I do wish Microsoft would provide more T-SQL like options for this kind of thing though. I know the 'sp_msForEachDB' and 'sp_msForEachTable' are popular...
January 10, 2011 at 11:22 am
UPDATE:
This finally worked. Let me finsih so the peopl can get backj to using this DB/server and I will follow up with more on what went wrong.
Thanks
December 3, 2010 at 12:47 pm
David Benoit (12/3/2010)
Boy - chat would be nice right about now. 🙂What was the error that you received? Let me know.
Sorry this is taking so long.
No need for...
December 3, 2010 at 12:33 pm
David Benoit (12/3/2010)
D:\MSSQL\Binn>osql -SYourServer -E
If it does, can you run...
December 3, 2010 at 12:30 pm
I had not listed my server because none of the osql samples showed it but I just tried what you provided and its not letting me connect. I am...
December 3, 2010 at 12:25 pm
Viewing 15 posts - 331 through 345 (of 769 total)