Viewing 15 posts - 9,916 through 9,930 (of 18,923 total)
You need to check the windows and server logs to see what is the exact error. You're basically asking I ahve the blue screen of Death, what is the problem. ...
May 7, 2007 at 11:36 am
Humm, this should work. Unless, the new column is saved as -1 on the server. What error are you getting? Could you also post some sample data and the required...
May 7, 2007 at 10:53 am
Are you talking about a problem you are having internally or a problem that the sqlservercentral.com site is having??
May 7, 2007 at 10:50 am
That explains it... I never had any problems with the columns order, but then again I never (except for Exists) use the Select * combinaison
May 7, 2007 at 9:57 am
Why couldn't you just use the alter table statement in 2000? I never add any problems doing that in production (or maybe I was just lucky)
May 7, 2007 at 9:39 am
Try restarting the services (server and maybe agent too). That will solve this 99% of the time.
May 7, 2007 at 9:38 am
I think you are pretty much forced to use the user interface. Manually coding this stuff is just too time comsuming and error prone (been there, didn't quite do that...
May 7, 2007 at 9:37 am
You can simply move (create new + drop existing) the non clustered indexes to another filegroup using on [file groupname here].
You may also do the same thing with the data by moving...
May 6, 2007 at 10:02 pm
Well most of what you said was accurate
.
Thanks for helping out.
May 3, 2007 at 6:20 pm
Are you sure about this one?
"JOIN by itself is a LEFT JOIN which pulls all records from the left table (HOLDING in your case) and only the records from the...
May 3, 2007 at 3:47 pm
Can't help you there. I'm not an ssis expert... not a ssis user for that matter. I'll let the other DBAs figure this one out. Good luck with this project. ...
May 2, 2007 at 3:16 pm
Best practices dictates that all ddl should be grouped in one point (the earlier in the proc the better).
Without seing the code and requirements, it's hard for me to say...
May 2, 2007 at 2:46 pm
Union ALL returns ALL rows.
Union returns distinct rows only.
Hope this helps.
May 2, 2007 at 2:44 pm
Thanks for sharing this. However from now on I'll simply add more than 1 schedule for the job. Just to try something new
.
May 2, 2007 at 9:28 am
Viewing 15 posts - 9,916 through 9,930 (of 18,923 total)