Viewing 15 posts - 1,096 through 1,110 (of 2,062 total)
Haven't found the option yet, and the clearing is by design
http://support.microsoft.com/kb/252434
Enterprise manager Query Analyzer
March 16, 2008 at 2:50 pm
*I assume the query is run against the internal system because openquery requires a linked server connection.
*Strange that you repeat the server name in the openquery
I would expect
OPENQUERY(XYZ,'Select DepartmentName From...
March 14, 2008 at 1:19 pm
KILL 54 WITH STATUSONLY
gives
--This is the progress report.
spid 54: Transaction rollback in progress. Estimated rollback completion: 80% Estimated time left: 10 seconds.
although it tends to stick at 100% for...
March 14, 2008 at 12:07 pm
Does it help if you exclude that particular table from the replication and add it back later after checking for errors (DBCC CHECKTABLE)
March 13, 2008 at 1:52 pm
We have architecture like
Oracle 10g Application
||
INTERNAL SYSTEM
...
March 13, 2008 at 1:40 pm
The switches are only really helpfull with +4GB of ram
With defaults, 2GB is reserved for applications (like sql server) and 2GB for the OS.
With the /3GB boot.ini switch it allows...
March 13, 2008 at 1:23 pm
I would reduce the batchsize.
Any particular table where the snapshot halts?
March 13, 2008 at 1:19 pm
We have a 39-hour working scheme, similiar to the one of P Jones with "gliding" hours. Start between 8 and 9 am, stop between 4 and 5.30 pm.
With flexibility for...
February 14, 2008 at 12:30 pm
We haven't got issues with databases of 100 gb, although we are thinking about data management to migrate readonly historical data. One of the side effects will be keeping the...
February 13, 2008 at 10:57 am
What security context is set for the linked server?
February 8, 2008 at 6:13 am
You could use an index on tsdt if the range is selective enough
Why are there so many char() fields? Varchar is usually smaller
February 6, 2008 at 4:19 am
The problem is when the query returns multiple records
@KOD_1 can contain only one value
January 27, 2008 at 11:37 am
John Kandrovy (1/22/2008)
January 22, 2008 at 12:52 pm
Not sure where you can download the personal edition
The enterprise evaluation edition (120 days) can be downloaded from:
Upgrading evaluation to retail:
January 22, 2008 at 11:03 am
Hello,
I've currently 3 different stored procedures with the same generic layout
EXECUTE master.dbo.USP_BACKUP_DATABASE @DatabaseNaam='MYDB'
EXECUTE master.dbo.USP_BACKUP_DATABASE_DIFF @DatabaseNaam='MYDB'
EXECUTE master.dbo.USP_BACKUP_DATABASE_LOG @DatabaseNaam='MYDB'
Currently redesigning it for controlled restores.
Someone posted an artikel about custom logshipping about a...
January 22, 2008 at 6:48 am
Viewing 15 posts - 1,096 through 1,110 (of 2,062 total)