Topics
Started by
Posts
Last post
Hi, I have a temporary table, filled from an csv file, then this table values will be inserted in o…
7 replies
When will most of the time this error comes?'String or binary data would be truncated'
3 replies
DECLARE @databases table( RowID INT not null IDENTITY(1,1) PRIMARY KEY, Name &nbs…
3 replies
Hi, I want to roll Duration field from it's lowest level to it's immediate level parents , then fro…
6 replies
Hi, I'll keep this brief. We have a data conversion script written by one of the data team. It basi…
4 replies
Hi, using SQL server 2012. I need to run this code and somehow STEP through a list of different "ID…
16 replies
Hi all! I have this pretty simple table in two different DB's, lets call them DB1 and DB2, places o…
10 replies
Hello all,I need to create a report that gets me the waits, time and percentage at database level f…
5 replies
I am able to see the results of seeding changes if I audit a table's insertion IDs by putting a tri…
1 replies
SELECT MAX(CASE code WHEN 'sdt' THEN convert(datetime,Cval) ELSE NULL END) as MinDate, MAX(CASE c…
3 replies
Hello All,I'm trying to find a method that will run on Data-sets of 100K rows to a million efficien…
10 replies
I have a record set of article numbers with corresponding specification parameters.ArticleNumber | …
7 replies
hi, -- i want to use throw iin following way , and it is working but the problem is it showin…
3 replies
Hi, I have a table with 2 columns : questions, answers. The same questions can be answered by …
18 replies
HI, CREATE TABLE #T(I IMAGE)INSERT INTO #T VALUES(CAST(N'CREATE PROCEDURE SP1@I IMAGEASBEGINSELECT …
4 replies
Viewing 15 topics - 1,336 through 1,350 (of 4,984 total)
You must be logged in to create new topics.