Viewing 15 posts - 8,836 through 8,850 (of 39,877 total)
Eric M Russell (1/14/2016)
... The NFL is also starting to use sensors to track their players, but with different goals. They are monitoring workloads, trying to ensure the health and...
January 14, 2016 at 9:40 am
I prefer super foods like chips, guacamole, and margaritas.
I feel amazing after those.
January 14, 2016 at 9:39 am
Grumpy DBA (1/14/2016)
January 14, 2016 at 9:38 am
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
Viewing 15 posts - 8,836 through 8,850 (of 39,877 total)