Viewing 15 posts - 286 through 300 (of 560 total)
Lempster (5/23/2014)
May 23, 2014 at 8:08 am
pxt_ce (5/21/2014)
we are facing one issue from last 3 days.
During job execution (SSIS) we are getting Login TimeOut. with the following error. Request your master help.
Error:
SSIS Error...
May 23, 2014 at 7:57 am
Minto Minto(quendans) (5/20/2014)
We are planning to add an extra node to the existing cluster environment.Before that we want to check CPU usage ,Memory usage and etc.
Can any one please suggest...
May 23, 2014 at 7:53 am
ramana3327 (5/22/2014)
I am working with the SP tuning. I want to know clearly about the temp tables.
Some people say
Instead of Select * into #table, it is always better to...
May 23, 2014 at 7:48 am
ScottPletcher (5/22/2014)
Instead of changing the code like that, just remove the UPDATE STATS statement entirely. You shouldn't be doing that all throughout code anyway.
Agree!
May 22, 2014 at 5:18 pm
sql-lover (5/22/2014)
SQLRNNR (5/22/2014)
It looks like you might have set maxdop to 2 but left the cost threshold at 5.
You might...
May 22, 2014 at 11:42 am
SQLRNNR (5/22/2014)
It looks like you might have set maxdop to 2 but left the cost threshold at 5.
You might want...
May 22, 2014 at 11:38 am
GilaMonster (5/22/2014)
Are the business users happy with the chance of getting incorrect results from this query from time to time?
And, what's the point of this?
AND (''=''...
May 22, 2014 at 11:25 am
James Mace (5/21/2014)
ON compression
These are FULL backups
NO we are not backing up to multiple files,
Our database use two files (Data...
May 21, 2014 at 11:40 am
pgmoschetti (5/21/2014)
TheSQLGuru (5/21/2014)
May 21, 2014 at 10:13 am
ekant_alone (5/21/2014)
Ola solution is good, but that's something i cant implement right now. Due some complexities.
I understand your situation but I think your workaround will create more problems than a...
May 21, 2014 at 8:01 am
pgmoschetti (5/21/2014)
- 2 PCs running the control software, each with its own SQL Server Database for data store (the 2 databases are...
May 21, 2014 at 7:54 am
ChrisM@Work (5/21/2014)
-- Read (and aggregate) table variable @Result only once.-- Note that a row will match more than one filter.
-- Note use of NULL in case expression for averages -...
May 21, 2014 at 5:51 am
ChrisM@home (5/20/2014)
On phone so long shot - try LEFT REMOTE JOIN ticket.
Got this error:
Msg 1072, Level 15, State 1, Line 22
A REMOTE hint can only be specified with an INNER...
May 20, 2014 at 3:07 pm
I take that back.
The new code seems to be more slim and faster on the remote server ...
... but there is more data traversing the network.
:ermm:
May 20, 2014 at 2:08 pm
Viewing 15 posts - 286 through 300 (of 560 total)