Topics
Started by
Posts
Last post
I ran the following ALTER TABLE statement and it generated the following error. Does anyone know w…
10 replies
I still can't get it to run this simple dynamic sql construct - I still have an error: DECLARE@Kee…
5 replies
Is there a way to pass :\ to a stored procedure? This is what I am trying to do: SP_DB_BACKUP eComm…
1 replies
Help !!! I need to calculate the table size based on a query. For example, Select * From Table wher…
1 replies
Hey- If I have this and @TotalAmt = 0: CASE @TotalAmt WHEN 0 THEN 0 ELSE 'X' END AS APercent I …
11 replies
Hi, I have an IVR(Interactive Voice Response) application already in production. We are now creatin…
3 replies
I need an example of a script where I can clean up my vendor table. For example I would like to cr…
1 replies
I hope someone can shed some light on this. I have a suspicion that the time out errors we get from…
2 replies
i had one table having column named as create table test ( activity char(1), numval int ) having va…
2 replies
I have a customer who is entering data in one table in a database and they want to update a table i…
1 replies
Apologies if this has been asked before, but I need help with multiple left outer joins as below : …
2 replies
Hi I have a huge update statement that calls for a user-defined function to set the values for one …
2 replies
I am executing a string but somehow the variable is not known to the server. I think the string has…
5 replies
Hi, I created table with an Identity Column say ID. In an Alter Table T-SQL how do i turn off this…
1 replies
Hi all, Here is the data DN TIME 6684 1:13:50 6684 1:38 6684…
3 replies
Viewing 15 topics - 16,531 through 16,545 (of 17,082 total)
You must be logged in to create new topics.