Viewing 15 posts - 2,836 through 2,850 (of 6,679 total)
SGT_squeequal (7/20/2012)
Depending on what your doing what about using a CTE?
CTE's are not replacements for temp tables or table variables. A CTE will be incorporated into the actual query...
July 22, 2012 at 10:12 am
As a one-time process where there is identified fragmentation issues on the drive - I would take the services offline, perform the defrag and bring everything back up.
As a scheduled...
July 16, 2012 at 12:49 pm
This error indicates an issue with the network while backing up:
995(The I/O operation has been aborted because of either a thread exit or an application request.).
You see this error...
July 15, 2012 at 10:03 am
I use CTE's to organize my queries and move derived tables up to the top of the query. In other cases, I will use a CTE to include row_number,...
July 15, 2012 at 9:58 am
Check the ANSI_PADDING settings on the database, the column in question and the connection between the 2 different systems.
I am betting you will find a difference between the 2 which...
July 14, 2012 at 8:17 am
Update Statistics has an options to update only column based statistics, index based statistics or both. Please refer to BOL for exact syntax.
Note: sp_updatestats will only update statistics that...
July 10, 2012 at 12:20 pm
GilaMonster (7/8/2012)
July 8, 2012 at 9:43 am
GilaMonster (7/8/2012)
Coming from 2005, probably not. If you'd been coming from SQL 2000 I would have said absolutely yes.
I keep hearing that they have fixed this issue - and still...
July 8, 2012 at 9:31 am
I started my career as a computer operator for the Army. Left the Army and went to work as a computer operator and realized I wanted to move into...
July 8, 2012 at 8:50 am
GSquared (7/5/2012)
July 5, 2012 at 12:26 pm
AAKR (7/5/2012)
* copy files from server to server it takes more time...
I heard an option with using of Sanpshot replication we can create the database.
any...
July 5, 2012 at 12:20 pm
Be aware that the option to purge data after a set time in the agent properties is a one-time manual process.
That is, if you uncheck the option to manage the...
July 4, 2012 at 9:02 am
The question I have is how are you going to use this? If you are using this in a where clause it is most likely a better option to...
July 4, 2012 at 8:31 am
How are you checking the database size?
If you are right-clicking the database and selecting properties to see the database size, that size includes the size of the transaction log and...
June 26, 2012 at 12:41 pm
Viewing 15 posts - 2,836 through 2,850 (of 6,679 total)