Viewing 15 posts - 14,311 through 14,325 (of 18,923 total)
yup all variables [n][var]char default to 1 when no lenght is specified.
August 18, 2005 at 6:27 am
This is where the dbs' information is kept... and yes master is a database (system db, just like msdb and model).
August 17, 2005 at 2:20 pm
the exists is to check if the db exists. If it does exist, it is dropped then recreated. As for the table being created, check if you have...
August 17, 2005 at 1:57 pm
That's great feeling isn't it
. Now you know you don't ahve to listen to him ever.
August 17, 2005 at 11:57 am
Short version :
EXEC SP_MSFOREACHDB 'Select ''?'' as DbName, Name from ?.dbo.SysObjects where Status >= 0 and XType = ''P'' order By Name'
August 17, 2005 at 11:55 am
Run the test yourself... start profiler, run a simple select statement without go, then again with go... it'll run only once each.
August 17, 2005 at 11:52 am
I don't get it actually. The go statement is the batch separator in QA. It just tells where the statement ends, it doesn't actually make it execute over...
August 17, 2005 at 11:25 am
Thanx for completing my point. One more thing is that you can save such scripts for documentation and rerun or roll them back when needed.
August 17, 2005 at 9:00 am
Learn to use QA, EM more often than not just copies the table with the required changes and reinsert all the data. However a script in QA will make...
August 17, 2005 at 8:45 am
You're not trying to fix it... maybe you'd be better off trying it as soons as you can without disrupting normal activities.
August 17, 2005 at 7:37 am
Can you rerun the dts package and see if that's what whipped out the db in the first place?
August 17, 2005 at 7:20 am
Glad to hear that... but I was reffering to someone on this site needing sql help. We all help when we code, but we actaully get paid doing that...
August 16, 2005 at 11:55 pm
I'm still waiting for the day where you help someone... maybe it's closer than I expect it to be
.
August 16, 2005 at 10:45 pm
Glad to know it worked... now I just hope I don't have to use this trick myself and that this server lives for more than 48 hours
August 16, 2005 at 10:42 pm
Yep, especially since another server without a drive is kind of useless
.
August 16, 2005 at 10:41 pm
Viewing 15 posts - 14,311 through 14,325 (of 18,923 total)