Viewing 15 posts - 9,916 through 9,930 (of 18,926 total)
I'd like to see the create script for this DB
. Permissions included lol.
May 7, 2007 at 12:12 pm
Thanks for sharing this.
Care to send this in the scripts section of the site? That way It'll be more accessible to the users who might need this info.
May 7, 2007 at 12:10 pm
You need one table for the gaz and one for the electricity.
The basic format will look like this :
clientID, ReadDate, Quantity, CostPerUnit (can be in another table with cost,...
May 7, 2007 at 12:07 pm
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
Viewing 15 posts - 9,916 through 9,930 (of 18,926 total)