Topics
Started by
Posts
Last post
Iam new to SQL 2005, can anyone help me how to parse a text file (record by record every entry) and…
3 replies
Hi All, I want to find the previous 25th month from current date. Any suggestion or code please....…
2 replies
Hi, I want to crossjoin a table with values 0 to 7 . I could do this by creating a table with these…
28 replies
between this: SELECT COUNT(0) FROM CUSTOMER and this: SELECT COUNT(*) FROM CUSTOMER Both would retu…
16 replies
Dear all, I wana know.... Hw can we execute a procedure having numbers of parameters(like 100 ) …
1 replies
hello. is there a way to get the Global TempTable names created in the session. ..>>.. MobashA
14 replies
Hi, All I need to write a script task to get the last modified date for a file into a variable. I …
2 replies
I appreciate few ideas on how to synchronize data from multiple database servers (the database serv…
1 replies
Trying to get a current picture of an existing database.
4 replies
The code below works fine; however, I need to be able to use this without the @HomeID paramenter. D…
2 replies
Hi this is my sp CREATE PROCEDURE sp_replace_value ( @strcvalue varchar(100), @strdesc nvarcha…
4 replies
Hi, I have a small question..I have 2 tables ..1 table is the copy of the other table...but one o…
2 replies
Hi, I need to write a SP which is used to find the old email id which we pass and replace with the…
3 replies
First off I want to say that I know I'll come up with something on my own, I'm just looking for oth…
13 replies
Hi all, This is the actual query: select case when substring(cast(vCurrencyValue as varchar),1,2)='…
4 replies
Viewing 15 topics - 3,061 through 3,075 (of 4,155 total)
You must be logged in to create new topics.