Viewing 15 posts - 136 through 150 (of 262 total)
What's wrong with sysfiles?
This also will work in SQL 2000 (not in SQL 2005)
DECLARE @data_path NVARCHAR(260)
EXEC master.dbo.sp_MSget_setup_paths @SQL_path OUTPUT, @data_path OUTPUT
PRINT @data_Path
September 25, 2008 at 11:13 am
them from remote sites across the LAN
Across the LAN or across the WAN? Are these the same domains?
are periodically and at the same general time of day
What is happening...
September 25, 2008 at 10:53 am
I had a similar "simple matter disappearing" issue. In my case it was SPN problem. The fact that your connectivity sometimes works and sometimes doesn't is saying that you probably...
September 25, 2008 at 9:56 am
Actually, this error
Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access is denied.
is pointing to the fact that your firewall is not configured properly. It is not a...
September 25, 2008 at 9:03 am
I am running 3 instances on a test machine.
2 named instances of SQL 2005 and 1 instance of SQL 2000.
2 instances of SQL 2005 are 64 bit, while Standard 2000...
September 25, 2008 at 8:45 am
Sure. If DB is over 2 GB combined size - you will get errors, since 2GB is maximum FAT32 allows.
BTW, MS does not recommend using FAT32 for SQL server.
Why...
September 25, 2008 at 8:18 am
General answer would be yes, since the backup file format irrelevant from the file system, but then it depends.
If the backup size is over 2GB (FAT32 limitation) - restore on...
September 25, 2008 at 7:16 am
Didn't quiet understand what is it that you are trying to achieve, but no, database can only have 1 primary data file.
September 25, 2008 at 6:55 am
Can you please clarify what config value for SSRS did you change? From what to what?
Also, AWE on x64 based OS with x64 based SQL server does not have any...
September 24, 2008 at 12:11 pm
Excerpt from http://www.databasejournal.com/features/mssql/article.php/3372131
"Now not just anyone can run this extended stored procedure. If you want to execute this extended stored procedure, you will either need to be a...
September 24, 2008 at 11:18 am
I need to log all transactions happening for all tables
We do not need logging for all the tables
1. Please, make up your mind. 🙂
2. In SQL 2005 there is no...
September 24, 2008 at 10:22 am
And what version of SQL server are you talking about? In SQL 2005 you can use C2 audit option, for example...
http://www.sqlservercentral.com/articles/Monitoring/basicsofc2auditing/1547/
September 24, 2008 at 9:57 am
Viewing 15 posts - 136 through 150 (of 262 total)