Viewing 15 posts - 16 through 30 (of 50 total)
that worked......
Thanks... Linto
January 19, 2004 at 10:54 am
Can I use
if exists(.....)
GOTO label1
else
GOTO label2
GO
label1:
ALTER PROC .....
GOTO endlabel
GO
label2:
CREATE PROC:
GO
endlabel:
GO
Whats your thoughts ??
January 19, 2004 at 7:15 am
We have to go through security department to get EXEC permissions on the stored procedure. In most cases, our Software Config Management group has permissions to run DDL statements. And...
January 19, 2004 at 7:07 am
For the second best practice, i would like to add
Give proper alignments or Indent while writing the joins to make the query more readable.
Linto
December 17, 2003 at 7:33 am
Why don't you write the code in the VB application to convert to numeric after reading from the text file and compare for the validity of data stored ??
Linto
December 2, 2003 at 8:44 am
I am getting page not found error while trying to see the columnists details.
Linto
November 26, 2003 at 8:21 am
You want to know only a developer point of view from Replication. What each term means like Subscriber, publisher etc. There are not much questions asked from Replication when i...
November 13, 2003 at 11:15 pm
Whats the output of this ?
select count(distinct *) from XXXXX
Linto
November 12, 2003 at 9:20 am
Are you running the DTS package part of a NT job ?
Linto
November 12, 2003 at 9:12 am
Are you seeing in EM ?
We have an issue similiar to this. in the server the EM was showing users in the machine and in a remote machine it was...
November 12, 2003 at 9:09 am
what is the connection string you used from your VB program ?
Linto
November 12, 2003 at 9:06 am
We followed a method similiar to a C++ file header comments style where we will put all the information first, like the version information, creation information
but that contains the...
November 11, 2003 at 8:23 pm
November 11, 2003 at 8:16 pm
Are you telling that a table not having a clustered index is one of the WORST PRACTICES ???
Linto
November 11, 2003 at 8:11 pm
Viewing 15 posts - 16 through 30 (of 50 total)