Viewing 15 posts - 5,506 through 5,520 (of 18,926 total)
4 byte is 4 bytes. Won't make any difference there.
Now the annoyance you'll have is that you'll have to constantly cast it back to smalldatetime for any of the...
June 7, 2011 at 9:50 am
Don't care actually. 2000 has been out of support for YEARS.
You're moving to sql 2008 so make it work for 2008.
Sorry if this is bad news but it's not...
June 7, 2011 at 8:26 am
There are 0 exceptions to that rule. If you want order by you MUST use order by.
June 7, 2011 at 8:23 am
Then go in your proc or sql query, find which column is duplicated and fix it.
What's unclear about the error message??
June 7, 2011 at 8:20 am
Are you using a system proc?
If so you can go in master or msdb and see the source code in both system.
You could also just run them on both servers...
June 7, 2011 at 8:15 am
In the resultset you use the same column name twice.
Happens with sp_who2 if you want an exemple.
The only workaround is to delete or rename the extra column.
June 7, 2011 at 8:09 am
Lowell (6/7/2011)
doh thanks and i edited my psot...
Might want to edit this one too ;-).
P.S. 4 billion GB of ram would be nice :w00t:... maybe some day!
June 7, 2011 at 8:03 am
Here's one...
INSERT EXEC failed because the stored procedure altered the schema of the target table.
Damn copy / paste!
June 7, 2011 at 7:46 am
Ya but how much WITH the vats, maybe this is where you're getting a better deal.
If not you just need to contact sales again and expose the problem.
June 7, 2011 at 6:20 am
I know mysql has a scripting function that creates a sql server script to create the tables and insert the data.
The realy question is there how do you refactor the...
June 7, 2011 at 6:12 am
Viewing 15 posts - 5,506 through 5,520 (of 18,926 total)