Viewing 15 posts - 31 through 45 (of 65 total)
send us the log for following queries:
select * from sys.dm_db_mirroring_connections
select * from sys.database_mirroring
select * from sys.database_mirroring_endpoints
select * from sys.database_mirroring_witnesses
July 7, 2009 at 5:36 am
This is what I don't understand:
"ROWS_PER_BATCH should approximately the same as the actual number of rows"
It means that all the rows would be in the same batch. And we are...
July 6, 2009 at 9:49 am
Thanks for your prompt answers. I have drafted my questions as follows: Can anyone help me with these answers?
1. What is IP1, IP2 and IPAll in n\w configuration?
2. How...
July 6, 2009 at 9:37 am
This is granular arrangement from sql server architects. We can't change page size.
Why This is 8k?
1 MB = 128 pages.
Now 1 MB = 1024
so we needed something that should...
July 6, 2009 at 9:06 am
DB owner or person with sysadmin role only has perms to create DB diagrams. They can have db roles of
1. db_datareader
2. db_datawriter
BOL: Only the owner of the diagram or...
July 6, 2009 at 8:20 am
According to my understanding ROWS_PER_BATCH is same as BATCHSIZE.
The sentence in my previous post is from BOL only and when this describes 100 as batch size then it is same...
July 6, 2009 at 7:34 am
Do you mean that if we set compatibility level = 80 and then we take the backup of that DB. Later on this DB can be restored to sql server...
July 6, 2009 at 7:03 am
Thanks Gila,
My question is answered in this discussion. Great info and thanks again to Gila and others.
July 6, 2009 at 5:03 am
Just to demystify the doubts.. enterprise edition can also run on Vista... Although this is memory hog... (Gila thanks for this info)
July 3, 2009 at 4:37 am
Thanks Gila for great info.
And this is not the only server we are using. There is one more server which is as follows:
Microsoft SQL Server 2000 - 8.00.2055 (Intel...
July 2, 2009 at 5:55 am
This is really awesome information Praddep. Thanks for this. Don't we have any page footer as we have page header?
July 2, 2009 at 5:43 am
Yes this is on Vista. My TL took a decision to have this on Vista and not Microsoft sql server 2008 which we proposed. I was not able to convince...
July 2, 2009 at 5:35 am
Thanks. Following link defines well about buffer pool and cache. Should I use the files you gave me to enable /3GB switch. Can you give me any link which tells...
July 2, 2009 at 4:00 am
Thanks for your response SSCrazy and Gail.
The reason I want to do that is that my application is running very slow. I want to allocate more memory to sql server...
July 2, 2009 at 2:43 am
Viewing 15 posts - 31 through 45 (of 65 total)