Viewing 15 posts - 316 through 330 (of 644 total)
s1123 (3/5/2012)
from server 2000 sp4 to server 2005 only possible
what i studied is this one
only 2000 sp4 to 2005 sp4 to 2008.
but after reading some articles i got...
March 5, 2012 at 5:15 am
alexanko (3/2/2012)
Settings:
SQL:
Enable AWE Memory for SQL Server
Maximum server memory (in MB) - 11 000 Mb
Minimum server memory (in MB) - 11 000 Mb
I assume you have correctly set the...
March 5, 2012 at 5:11 am
Ratheesh.K.Nair (3/4/2012)
Hi experts,Is there any way to find out the database growth for the last month even if i dont have any tracking method in place?
TIA
Backup history is stored in...
March 5, 2012 at 5:03 am
Capt. Sigerson (3/2/2012)
March 4, 2012 at 1:42 pm
Capt. Sigerson (3/2/2012)
The remote table is roughly 70,000 rows.
Transactional replication should work perfect.
March 2, 2012 at 8:10 am
OPENQUERY is an option which can be used to get the data from remote server without using link server, however I would not recommend it as I think link server...
March 2, 2012 at 7:27 am
Klarence A. (3/1/2012)
Hi Guys,How to read/interpret the transaction logs displayed by DBCC command? can I convert the records into human readable format? If so, how?
Thanks in advance!
Transaction Log file is...
March 2, 2012 at 7:17 am
patrickdrd (10/7/2008)
# Column col does not belong to table Table
# Cannot find table 0
# Cannot...
March 2, 2012 at 6:39 am
There should be no problem in configuring or connecting the link server from 64 bit SQL Server to 32 bit SQL Server. It works fine.
March 2, 2012 at 4:40 am
I am not sure if this is exact solution but I have this idea:
1. Create a user without login. Suppose you created "ProcUser".
2. Grant this user execute rights on spClear...
February 29, 2012 at 8:39 am
YaHozna (2/29/2012)
All the ususal suspects are normal. Memory usage from sys.dm_os_sys_memory tells me the Cached Page Count is 2471715 and 1116275 for the biggest databases. (Is that high?) and The...
February 29, 2012 at 7:56 am
Gazareth (2/29/2012)
Isn't sys.sysprocesses marked for deprecation?I use sys.dm_exec_requests/connections/sessions (whichever's appropriate) in its place.
Yes, It is marked for deprecation. Most of us have already started using sys.dm_exec_sessions & sys.dm_exec_requests instead. However,...
February 29, 2012 at 7:46 am
sqlnaive (2/29/2012)
select a.spid, b.text from sys.sysprocesses a cross apply sys.dm_exec_sql_text(a.sql_handle) bThis is the query I'm using. This is giving me even those sessions which are closed in query analyzer.
May be...
February 29, 2012 at 6:33 am
babuannam.dba (2/29/2012)
I would like to create 20 databases in an instance and I would like to give same properties to all, How to do in a single shot
Two ways:
1. Write...
February 29, 2012 at 5:59 am
Viewing 15 posts - 316 through 330 (of 644 total)