Topics
Started by
Posts
Last post
Hi all, Another general question. The database server which I am currently administering, is runnin…
2 replies
error message : Retrying the bulk-copy operation into the table " " without load ordering hint beca…
1 replies
I have been handed the task of parsing (might be better to say "unstacking") records produced by a …
31 replies
Hi All, I have one requirement. create table #t1 ( assetid int, type varchar(50), dt datetime, ret …
7 replies
HI i want to select item "coke" as a column. (xQuery, xPath etc....) I have tried this and its fine…
7 replies
I have an order table with an order number column and a country column. Some orders have multiple c…
13 replies
I have a table data as: Rec1 Rec2 ----- ----- 1 2 2 3 4 3 5 6 I wa…
2 replies
Guys, I am not developer, just a pure DBA guy needing help with SQL-Fu. There is a table keeping t…
3 replies
Hi all - Quick question. I have a table with ~60 million rows. The table contains 11 columns, of wh…
1 replies
Hi, DECLARE @TABLE TABLE (fldName1 VARCHAR(8), fldName2 VARCHAR(8)) INSERT INTO @TABLE SELECT 'Test…
4 replies
Please help. I need to create a column to place the only changing cell in a group of rows into colu…
11 replies
The code in question: DECLARE @thevar INT SELECT @thevar = TheID FROM TheTable WHERE TheType…
5 replies
Hi all, Suppose, I have employee table in which i have Employee Name stored in one column. I want t…
8 replies
Hi All, I need to take inventory stock report. I have 3 tables and provide all the scripts…
5 replies
Hello All, I've got a stored proc (all 12500 lines of it!) that takes 7 minutes to run. I need to r…
9 replies
Viewing 15 topics - 1,876 through 1,890 (of 12,234 total)
You must be logged in to create new topics.