Viewing 15 posts - 781 through 795 (of 1,366 total)
COOL_ICE (9/7/2010)
On which version of SQL server did you test this? In SQL 2008 you can not save sa password and MS has confirmed it as bug and they...
September 7, 2010 at 10:42 pm
Hi Samji,
Please dont post wrong information..SQL server Allows to save password for SA login by checking that option.
September 7, 2010 at 6:38 am
COOL_ICE,
U sure that u can delete an SQL login from SQL Server 2008??
September 6, 2010 at 5:32 am
Check using RESTORE HEADERONLY & RESTORE LABEL ONLY...
Posting the exact error will help you
September 1, 2010 at 11:50 pm
Is it possible to restore using a backup having both primary & secondary filegroup backup??
I tried restoring backup of primary filegroup alone but its giving error that other files are...
September 1, 2010 at 12:52 am
You can check this
http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express
August 31, 2010 at 11:00 pm
BaddaBing (8/27/2010)
If your table is on a seperate filegroup, you can back up the filegroup
After that how he will restore??
August 31, 2010 at 6:56 am
Excellent catch Ananth..
Will wait for his explanation 🙂
August 31, 2010 at 5:31 am
Connect to sql server in single user mode..
net start mssqlserver /c /m /t3604
sqlcmd -E
create a new sql login and give SA right
Hope this might help
August 31, 2010 at 1:48 am
Hi Bill,
Filestream is a server level configuration and you cant enable that using ALTER Database..
August 30, 2010 at 10:58 pm
Wayne said it...Thats the way you can schedule the SP in Agent job and give the second SP as second step..
If you dont have permission to run the job ask...
August 29, 2010 at 11:16 pm
Go to SQL Server configuration manager-->right click server service-->properties-->filestream tab-->enable
EXEC sp_configure filestream_access_level, 2
RECONFIGURE
You can also try server properties-->advaced--Filestream access level..but this seems to be not changing even after changing under...
August 29, 2010 at 11:04 pm
Viewing 15 posts - 781 through 795 (of 1,366 total)