Topics
Started by
Posts
Last post
I am getting the "Ambiguous column name" error on a simple query on one table in our PROD environme…
13 replies
Hi. I have a CTE that returns 2 cost values. WITH UpdateAverageLabourCost (ProductId,OH,Labour) AS…
22 replies
I am struggling with what should be a simple issue....I want to search a postcode field (varchar co…
11 replies
I realize that triggers are implicit transactions and any error dooms the transaction but why can't…
1 replies
We have a table structure with current data in one DB / table and archived data to be moved to anot…
1 replies
Our code that writes XML output is very hard to read. It is using FOR XML PATH('XXX-XXX'), TYPE ) m…
1 replies
i Have a table with a column Capacity which is char(10) and gets populated from user files. I want …
5 replies
I am testing in anticipation of changing our sql compatibility mode from 80 to 90. I have a stored …
5 replies
I would like to delete records from all tables which is older than 90 days. I know that stored proc…
9 replies
Hello, is there any way to have sqlserver to terminate the current batch when that situation is det…
1 replies
I have two tables one contains @300 millions records & the other contains @ 500 millions of re…
4 replies
IF EXISTS (SELECT 1 FROM sys.indexes WHERE name = 'Index name here' AND object_id = OBJECT_ID('Tabl…
4 replies
BOL says "The column separator can be any 8-bit character." I have tried the BCP "\t" symbol, as w…
5 replies
Hi, I want to convert the rows and group into fixed columns format. Could you help me? This is my t…
2 replies
create table #try(id int,sourceno int,destno int,quantity int) insert into #try values(1, 100,nu…
11 replies
Viewing 15 topics - 196 through 210 (of 12,234 total)
You must be logged in to create new topics.