Viewing 11 posts - 16 through 26 (of 26 total)
It'a misunderstanding.
I do not use a stored procedure.
December 8, 2008 at 1:16 am
When you execute the following sql you get a warning.
But that's really no error!
There must be a possibitly.
if (1 = 0)
begin
...
December 5, 2008 at 9:06 am
Other question:
is it possible to disable or to configure the checks of the sql compiler?
December 5, 2008 at 9:00 am
How shall I call another procedure?
What do you mean?
Describe, please.
December 5, 2008 at 3:35 am
It is not possible to put both statements in one if-clause:
if (1 = 0)
begin
alter table tblCustAttrDefValue
add...
December 5, 2008 at 12:55 am
In this case it is not possible to use SSMS.
The requirement is to use a script which must be distributed.
I need a standard approch for "Change Ordinal Column Position" that...
October 27, 2008 at 2:31 am
Sorry, but that doesn't work.
A variable is only guilty in a batch.
August 21, 2008 at 1:37 am
Thank you for your help.
But my problem isn't really solved.
I have forget to say that I use two batches in my scripts:
if @nsqlver < 9.00304200
begin
print 'Wrong Server...
August 21, 2008 at 1:10 am
Yes, that's all right, but if you make a "SELECT * FROM tblXXX" on a table with 100 columns the columns should be logical sorted so that you find the...
March 31, 2008 at 7:41 am
Hello,
the reason for changing the column position is a design question.
I think the columns of a table should be logical sorted.
Regards Daniel
March 31, 2008 at 7:27 am
Thank you for you answer, Karl.
But I do not want to rename the table and then insert the data to the new table.
When you have big tables this approach is...
March 31, 2008 at 4:49 am
Viewing 11 posts - 16 through 26 (of 26 total)