Viewing 15 posts - 226 through 240 (of 7,168 total)
Jeff Moden (2/14/2016)
Orlando Colamatteo (2/14/2016)
That could also work but will require more downtime. You are somewhat fortunate in this case that the PK is nonclustered.
Perhaps not so fortunate. If...
February 14, 2016 at 9:07 pm
Check out this article to see if an index on Name may help you get acceptable performance out of LIKE '%phrase%'
http://www.sqlservercentral.com/articles/SQL+LIKE+SEARCH/108015/%5B/url%5D
Short summary:
1. Add an index to your Name column.
CREATE INDEX...
February 14, 2016 at 8:46 pm
Thanks for posting back. If you think of it would love to hear how things turned out down the line.
February 14, 2016 at 8:36 pm
Sergiy (2/14/2016)
Orlando Colamatteo (2/14/2016)
Sergiy (2/14/2016)
In this case the best solution would be simply to stop the job.What an Agile thing to propose.
I don't think so.
"Agile thing" is to quickly bake...
February 14, 2016 at 5:54 pm
Sergiy (2/14/2016)
In this case the best solution would be simply to stop the job.
What an Agile thing to propose.
February 14, 2016 at 5:09 pm
Jeff Moden (2/14/2016)
February 14, 2016 at 5:08 pm
When trying to execute the package remotely
Can you clarify your setup please? Where is the Agent job running and how are you trying to invoke the Package on this remote...
February 14, 2016 at 2:06 pm
February 14, 2016 at 2:03 pm
one final note about FKs, you will need to alter those child-columns as well. i.e. you cannot have a column refer to a parent unless they match data types.
February 14, 2016 at 2:00 pm
by the way, how long did it take you to exhaust the max value if INT? just wondering what the horizon is for exhausting the negative ID values, i.e. is...
February 14, 2016 at 1:58 pm
That could also work but will require more downtime. You are somewhat fortunate in this case that the PK is nonclustered.
Some other notes, check for and drop any foreign...
February 14, 2016 at 1:54 pm
Indianrock (2/14/2016)
February 14, 2016 at 9:16 am
Here is another query form I worked up that should allow you to better guide the QO into filtering data in table-specific-order rather than giving it a flat WHERE-clause and...
February 14, 2016 at 9:14 am
Great analysis Hugo. I am learning by watching your thought process on this one. Thanks.
Hugo Kornelis (2/14/2016)
February 14, 2016 at 8:36 am
himanshu.sinha (2/13/2016)
Well since the backup size is 200GB , I am not very comfortable using the UNC path but i will give it a...
February 13, 2016 at 7:30 pm
Viewing 15 posts - 226 through 240 (of 7,168 total)