Viewing 15 posts - 1,081 through 1,095 (of 2,044 total)
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
Try to find out what causes the pagelatch
1) exclusive updates
2) cpu-resources
3) i/o resources
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/dw_perf_top10.mspx
What version of sql server 2000 are you using and what is its patch level (sp3, sp4, hotfixes)
January 21, 2008 at 12:01 pm
Could there be a sql agent job running under his username?
Is there difference in hostnames?
January 21, 2008 at 5:04 am
depends on the blade
Things to consider:
Does the database has to share anything with other programs
Are the I/O capabilities sufficient (and not shared)?
Are the cpu(s) sufficient?
January 21, 2008 at 5:02 am
Viewing 15 posts - 1,081 through 1,095 (of 2,044 total)