Viewing 15 posts - 8,731 through 8,745 (of 39,771 total)
Cheers. If it's an interesting solution, maybe you want to write about it? 😉
Send in a short piece on how this is helpful to you or how you use it?
January 14, 2016 at 9:38 am
Depends on the queries. Multiple things can be done
https://support.microsoft.com/en-us/kb/2876733
http://thomaslarock.com/2013/05/top-3-performance-killers-for-linked-server-queries/
http://stackoverflow.com/questions/10204498/optimizing-sql-query-with-a-linked-server
January 13, 2016 at 2:22 pm
I'd do what Hugo suggests, using a Tally Table, which is a great way to do this.
January 13, 2016 at 2:21 pm
chrisn-585491 (1/13/2016)
January 13, 2016 at 2:01 pm
My only thought here is that if you know you have windows formatted files with a \r at the end, you can count these with a seperate, non SSIS process....
January 13, 2016 at 2:00 pm
Sorry, I thought I read a link that showed connections falling back, or switching to TCP/IP. I think I had the wrong link there. My apologies.
I've been looking around and...
January 13, 2016 at 1:57 pm
it's helpful if you use a fixed font, so the Code=other or code=plain format to the left, when you post.
How are rows 4 and 5 dupes? Unless you mean that...
January 13, 2016 at 1:49 pm
I'm not sure where the problem is. There are always non-standard things each browser does, which means that you'll have different interpretations. There are also the requirements of "get this...
January 13, 2016 at 9:18 am
I think you'd need a separate process that counts rows, knowing what a "row" is in the file format as a
delimiter.
You can look for error rows in your flow,...
January 13, 2016 at 9:16 am
There are cases where applications will fall back to TCP/IP, which might be happening.
http://www.sqlservercentral.com/Forums/Topic988886-1550-1.aspx
January 13, 2016 at 9:14 am
Phil is right. If this is any column, you might have a lot of work.
In general, you can use a count() on a column, with that column as a group...
January 13, 2016 at 9:13 am
Script out replication, always, and keep it handy. There are times you'll need to reset it up.
Use that to move replication to a new, SQL 2014, instance.
January 13, 2016 at 9:08 am
This might be easier to consume. Wasn't aware of it myself until Argenis Fernandez mentioned it
DBCC DBTABLE
January 13, 2016 at 9:07 am
Jeff Moden (1/13/2016)
...The bottom line is that you really need to consider the cost of ownership v.s. ROI prior to the introduction of ANY new tool, homegrown or not.
The TCO,...
January 13, 2016 at 9:04 am
lionfan91 (1/13/2016)
January 13, 2016 at 9:02 am
Viewing 15 posts - 8,731 through 8,745 (of 39,771 total)