Topics
Started by
Posts
Last post
I have a large dataset which contains a field that has multiple values separated by a ; this was wo…
2 replies
Hi, I am have nearly 10000 records in a table and i'm using these data's for creating analytics in …
13 replies
Hi all, While the query below works as expected, it's very slow when I run it on a table with 1mill…
16 replies
I have table with about 400 columns and 4 million rows. the only purpose of this table to be used b…
10 replies
I want to run a script that inserts data from servers the script is running on into table another s…
1 replies
Hi, I get the following error after executing the procedure . Transaction count after EXECUTE indic…
2 replies
In the following SP I only want to use the @role parameter if it's value is > 0 I've tried using…
4 replies
Hello all, I have a table with about a million rows. There is a category column with around 20 diff…
2 replies
CREATE TABLE #TEmp ( ID INT, String VARCHAR(MAX), Date1 DATETIME ) INSERT INTO #Temp (ID , Str…
4 replies
sp_testlinkedserver this is taking 30 seconds on each server it there a way to speed it up
4 replies
I am working with a table that is kind of 'funky'. It has text one more than one line for the same …
3 replies
I am new to SQL am using SQL 2012, I'm trying to search a NVARCHAR column that has both Decimal and…
12 replies
SQL Server 2012 with SQL Server Data Tools installed on Windows 7. I have a very large SSIS package…
2 replies
Ive been tasked with pulling back customer info for a customer report. Problem is whoever designed …
4 replies
Hi, I need a cumulative count of the closed and open dates . Please help . CREATE TABLE #TestTable(…
8 replies
Viewing 15 topics - 2,521 through 2,535 (of 4,984 total)
You must be logged in to create new topics.