Topics
Started by
Posts
Last post
I am running a simple update query as follows: UPDATE WTABLE SET CaseSel=0 WHERE TablDKey=5281. The…
2 replies
I have this query and I need it to return distinct lc.email field select top 1000 …
6 replies
declare @t1 table (i int) declare @t2 table (j int) insert @t1 values (1) insert @t1 values (2) ins…
7 replies
OK - I've done this lots of times before with no problem. But now I cannot seem to get a stored pr…
5 replies
Is there a way to suppress the display of result sets? I am performing a loop that does a number o…
2 replies
Hi guys, I want to select records from the database, i need to pass start index and end index, then…
12 replies
Hello ALL, I have 3 tables and each table has 3 columns. For example, table 1: DDS CTCLEARED …
4 replies
This appears to not be allowed. Any suggestions? FWIW, I am trying something like the following...…
3 replies
I am using SQL server 2005. I have a Stored Procedure that dynamically creates a table with a tabl…
7 replies
I am writing a trigger where i need to execute the db mail on the basis of field condition. That me…
6 replies
Hi, I have a SP, which will return rows of data. I want to run this procedure as a nightly batch us…
1 replies
can any body please tell me ,at what time cluster index we create ,at what time non-clustered index…
2 replies
I am trying to run the script below and keep receiving an error message. "Invalid usage of the opti…
1 replies
Hi Folks, There is an issue that I need help with. Here is a simplified set of scripts. DROP TABLE…
2 replies
Is there any reason not to use a stored procedure instead of running scripts?
5 replies
Viewing 15 topics - 7,651 through 7,665 (of 12,230 total)
You must be logged in to create new topics.