Topics
Started by
Posts
Last post
Hi All, I need help inserting data from source table into a destination table with a specific forma…
7 replies
_______________ bkDBA 0.175 seconds -- 10 year average margin of victory at the Daytona 500 212 Deg…
16 replies
When using Select ... Case WHEN ColA IS NULL Then ColB ELSE ColC AS D FROM ..., this to build a VIE…
5 replies
1 replies
Hello experts, I’m having a little challenge in updating one of my table. I’m trying to capture cre…
3 replies
Hello There, I've a scenario where i want to retrieve the records in a table which are retrieved/us…
5 replies
i have two tables. One is Parts( partnbr, desc,qty) Second is ExclusionList(partnbr,desc) Now i wan…
5 replies
Update table1 SET table1.Column_Name = table3.Column_Name FROM table1 INNER JOIN table2 ON ( table1…
3 replies
I am trying to load over 600 xml files into sql server 2005 half of these files contain french text…
3 replies
Hi, I have a job, which restores a number of databases in a loop. It goes through the list builds …
3 replies
Hello, It has been quite awhile since I have tried this and I am having all sorts of problem. We ha…
3 replies
Hi, On my SQL2005 I can import data from a XLS to a table with TSQL using this code: SELECT * INTO…
3 replies
I have a table [prospects] id companyname address city zipcode total_cars Now in this table there a…
3 replies
Could someone explain to me why the following returns a double quote as the result? Notice that the…
4 replies
Hi all, We have data that looks like the following example, We receive data in different batches in…
4 replies
Viewing 15 topics - 10,441 through 10,455 (of 10,647 total)
You must be logged in to create new topics.