Viewing 15 posts - 301 through 315 (of 2,387 total)
Database can't be encrypted.
SQL Server encrypts :
August 13, 2004 at 11:57 am
One single update will tell you how many rows be affected in once.
sp_help yourtablename / sp_columns / sp_helpindex etc. See BOL for more commands.
August 12, 2004 at 1:24 pm
What is MDAC version and SQL Server service pack?
August 12, 2004 at 9:48 am
If you have SQL Dump created, Send it to Microsoft.
August 12, 2004 at 8:33 am
It is Windows requirement.
August 11, 2004 at 1:44 pm
My mistake, Only sp2 need to istall ms02-061.
August 11, 2004 at 7:59 am
If you install sp3 and haven't install hotfix ms03-031, you have to install security fix ms02-061, but you don't have to do that if you install sp3a. There are other...
August 11, 2004 at 7:28 am
What abot system resources usage like CPUs?
August 11, 2004 at 7:19 am
You can use the xp_regread undocumented extended stored procedure to read from the registry via Transact-SQL.
This is the syntax of the xp_regread:
EXECUTE xp_regread [@rootkey=]'rootkey', ... |
August 10, 2004 at 12:33 pm
Check the registry.
uHKLM\Software\Microsoft\Microsoft SQL Server\<instance Name>\CurrentVersion\CSDversion
August 10, 2004 at 12:19 pm
1. Any blocking occured?
2. How many sessions did you see duringthe insert? The Max sessions MSDE can support is only 8 sessions concurrectly.
August 10, 2004 at 12:15 pm
From BOL.
"
Each transaction log file is divided logically into smaller segments called virtual log files. Virtual log files are the unit of truncation for the transaction log. When a virtual...
August 10, 2004 at 11:18 am
Check SET DATEFIRST and SET DATEFORMAT commands in BOL.
There is no server level configuration for datetime.
August 10, 2004 at 8:30 am
Viewing 15 posts - 301 through 315 (of 2,387 total)