Viewing 15 posts - 676 through 690 (of 1,069 total)
Congratulation on passing the exam.
Thanks for your feedback
June 22, 2010 at 10:15 pm
Halcyon (5/19/2010)
...I wonder if I need to do anything else rather than jsut install the files on my machine?
I think, only source code is provided with the CD. No DLLs.
You...
June 22, 2010 at 5:44 am
beppe_30 (6/22/2010)
Do you know of any method to accomplish this...
June 22, 2010 at 12:29 am
Shark Energy (3/17/2009)
June 21, 2010 at 12:48 am
peleg (6/18/2010)
an i wantto know what can i do if that Hard-disk crash's
how can i still work with the Primary...
June 18, 2010 at 3:45 am
Try to delete the records in smaller chunks. For example: 2,000 records at a time using TOP/WHERE clause.
Also take log backup in between these deletes.
June 18, 2010 at 12:14 am
First question:
Do we need to modify this option which is set to "none" or "Torn_Page_Detection" to "checksum"?
Answer: Yes
Second question:
If we modify our databases with the "checksum" option, do we also...
June 17, 2010 at 3:35 am
Check the Windows Scheduled tasks.
Also run Profiler to see from which host BACKUP command is issued.
June 17, 2010 at 3:22 am
pshaship (6/16/2010)
I'm using GUI setup wizard to install SQL Server. So can we change the default directory for shared feature Directory from C:\Program Files(x86) to D:\Micosoft SQL ServerThanks
Launch the setup...
June 17, 2010 at 12:09 am
Because in the subscriber, update/delete is done using the primary key....
The actual update/delete query that was executed on the publisher is not executed on the subscriber.
Rows in the subscriber are...
June 16, 2010 at 4:52 am
Shared Memory protocol is faster than other protocols. But that should not the only reason for running IIS and SQL Server on the same server.
If the web application is...
June 16, 2010 at 1:28 am
You need to specify it in the command line for example:
setup.exe /INSTANCESHAREDDIR="D:\Micosoft SQL Server" .....
It looks like you are trying to install 32 bit version of SQL Server on 64bit...
June 16, 2010 at 1:02 am
This is the common error message you get when you try to drop any database that is in use.
Are you trying this on test server? If yes, first remove the...
June 16, 2010 at 12:24 am
Snapshot agent replicates entire schema (as in initial snapshot).
June 14, 2010 at 6:34 am
select <published_colums> From dbo.AgentQueueActivationHist where [ActivationDateTime] >= getdate() - 60
June 11, 2010 at 2:48 am
Viewing 15 posts - 676 through 690 (of 1,069 total)