Topics
Started by
Posts
Last post
int pnpoly(int npol, float *xp, float *yp, float x, float y) { int i, j, c = 0; for (i …
14 replies
Hi folks I'm looking for an elegant, efficient manner to evaluate the domain of a binary value. Wit…
4 replies
I have a SQL2005 server I needed a restore done on. I needed to check out the backup file I was goi…
2 replies
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
Viewing 15 topics - 10,426 through 10,440 (of 10,635 total)
You must be logged in to create new topics.