Viewing 15 posts - 751 through 765 (of 5,103 total)
Totally understand your position and I feel your pain 😉
January 6, 2009 at 12:35 pm
Jonathan Kehayias (1/6/2009)
noeld (1/6/2009)
On VLDB you should NEVER run DBCC CHECKDB because it does simply too much. You can split the checks (ALLOCATION only, CHECKTABLE only, PHYSYCAL only, etc ...)...
January 6, 2009 at 9:35 am
Jonathan Kehayias (1/5/2009)
noeld (1/5/2009)
I join to the "FREQUENT REORGANIZE" idea... In my 24x7 Servers Reindexing is banned!
At some point I would expect that you have to do a rebuild to...
January 6, 2009 at 9:00 am
mtrimboli (1/5/2009)
I feel there's something fundamental I'm not understanding about merge replication and the updating of ranges.
We've had an issue whereby the transition from one range to...
January 6, 2009 at 8:45 am
Replication is definitely not the tool for what you want.
January 6, 2009 at 8:31 am
Sorry for not being explicit enough.
On the First sentence of my quote from BOL says: Replication does not encrypt data stored in tables or sent over network connections. So you...
January 6, 2009 at 8:29 am
I was referring to call something from PowerShell, Perl, FTP or anything else out of SQL Server Engine to optain the File List, Then you should pass it somehow to...
January 6, 2009 at 7:47 am
You should perform that from outside of SQL Server if possible.
January 5, 2009 at 3:44 pm
From BOL:
Encryption
Replication does not encrypt data stored in tables or sent over network connections. This is by design, because encryption is available at the transport level with a number of...
January 5, 2009 at 3:41 pm
... It is just not clear why they do that. ...
The answer is that they are trading "flexibility" on the language (high speed development) for possible performance implications in...
January 5, 2009 at 3:26 pm
Only in 2005+ (ALTER TRACE).
SQL Server 2000 requires SA to run Profiler.
January 5, 2009 at 11:04 am
pradeep.pendyala (1/5/2009)
but exactly my doubt is i know debugging with visual studio is Possible.....
with out visual studio is it Possible........? is there any option with in the enterprise...
January 5, 2009 at 11:00 am
srimkumarp (12/30/2008)
One of user is getting error while working the windows application.He is end user.Developers are reporting that it is database access problem.Even same error is getting long back...
January 5, 2009 at 10:49 am
Viewing 15 posts - 751 through 765 (of 5,103 total)