Topics
Started by
Posts
Last post
What I want to do is append the date on SQL SERVER to the @comments input parameter but I cannot us…
5 replies
Hi! I'm trying to do a global find and replace of a string of text throughout all tables and column…
2 replies
Is there a way that I can select data from a table and return it as a grid? For example, If I have…
8 replies
Can any one tell me what is Common Table Expression in Sql Server Thanks in Advance RC
3 replies
Despite the result of my "inline" query within a SELECT statement being a scalar, that query contai…
4 replies
I'm trying to figure out why I get errors for this SQL statement. I've really stripped it down in …
33 replies
Hi, I have a script that consist a cursor to update a table row by row. There could be around 1 mil…
6 replies
Hi I need to create SP for searching in a table. I have 4 input parameters in that 3 are optional …
4 replies
Hi, i have a tree, let's say like the following A -Aa --Aa1 --Aa2 B -Bb --Bb1 --Bb2 I would like to…
13 replies
Hi, I've been asked to create a mechanism to partially update a table. All the fields of the table …
6 replies
I am debugging some code and have tracked down the line of code that is causing the problems. The …
3 replies
Hi all, DECLARE @T nvarchar(16) SET @T = 'Te6st03' From the above statement, i want …
15 replies
Hi I have two sepeate sp that run at the same time. And each one of them as in memory temp table…
1 replies
I have 2 tables(table A with identity column "ID" as PK; table B with column identity ID and column…
10 replies
Hi Guys, How can I add an extra numbered column to my query? If I have a table A with following d…
2 replies
Viewing 15 topics - 9,481 through 9,495 (of 12,230 total)
You must be logged in to create new topics.