Viewing 15 posts - 766 through 780 (of 1,335 total)
This is available with ORACLE why not microsoft give such an kind of feature to us.
July 5, 2007 at 5:23 am
How come you will be able to query your server when its not running. You are using a SQL query to find the status of the server its ok if...
July 5, 2007 at 5:19 am
Its not always a good idea to limit the memory used by SQL server with the amount of RAM that you have in the server(2GB). Allow SQL to handle memory...
July 5, 2007 at 5:15 am
You can script the users and the object level permissions with the generate script option that is availbale default in SQL 2000. This will script all the necessary permissions for...
July 5, 2007 at 5:10 am
You want the transfer the object within the network or outside. Whats the size of the file that you want to transfer.
July 5, 2007 at 5:09 am
With proper permissions and firewall settings FTP would be ok else think for other solutions.
July 5, 2007 at 3:04 am
Permission problem check if you have necessary permissions to the file or the resource you try to access. BTW if xp_cmdshell is not enabled you should be getting an error...
July 5, 2007 at 3:01 am
It is possible with specifying other as the delimiter option and the using - as your delimiter.
July 5, 2007 at 2:03 am
You have the option RESTORE VERIFYONLY that can validate the backup taken.
July 5, 2007 at 2:00 am
Those are from Physical Memory.
Total Server Memory (KB), tells you how much the mssqlserver service is currently using. The second counter, SQLServer: Memory Manager: Target Server Memory (KB)...
July 5, 2007 at 1:59 am
cross post. This question has been already answered previously.
July 5, 2007 at 1:58 am
Is your sql server instance an named instance? The remote connections error you get is when the remote connections options is not opted in configuration manager.
July 4, 2007 at 11:12 pm
It was a typo. Read as
Default system schemas can't be altered or modified.
July 4, 2007 at 10:46 pm
So got the caught. You are using NTLM and this problem occurs hwen usiong NTLM because of HOPPING issue. Better force ans use Kerebros authentication or use sql user id...
July 4, 2007 at 10:44 pm
SP3a support ends at 10, July 2007 and SP4 at 10, April, 2008. Extended support for these till 2013.
July 4, 2007 at 10:37 pm
Viewing 15 posts - 766 through 780 (of 1,335 total)