Viewing 15 posts - 106 through 120 (of 365 total)
don't you have to stop and start the service to change the config values into run values?
i suspect the 3=changes pending as an undocumented status.
I did stop and start the...
September 23, 2011 at 12:39 pm
Hi,
I need to configure the Share Point 2010 databases in SQL Server 2008 R2.
Microsoft recommends the below best practice for creating the database
Use multiple data files for content databases
Follow these...
September 2, 2011 at 10:14 am
Thanks for your inputs...
1. Can we rename the Mount Points after installing SQL Server?
2. How to get the Free space, used space for Mount Points?
September 2, 2011 at 9:13 am
Note: This best practice is applicable only to tempdb data files. Not to other database data files.
Can you provide me that link where it says this best practice is applicable...
September 2, 2011 at 12:35 am
The default connection settings for Oracle is explicit transactions. Which means you have to specifically issue a commit or rollback.
In SQL Server, the default is implicit transactions - which means...
September 1, 2011 at 5:18 pm
Thank you.
Windows admin created mount points as below:
D:\Data -> for data files
D:\Logs -> for log files
D:\TempDb -> for tempdb
Now before installing sql server, can we create a folder called INS1...
August 30, 2011 at 3:54 pm
Wait...just realized you are talking about jobs. What are your settings for the agent history? If this is the default, then you could be running into an issue where another...
August 30, 2011 at 10:16 am
Hi,
I do have the same question. Please advice
Thaks
August 29, 2011 at 4:18 pm
Hi ,
I did find some article at http://www.sqlservercentral.com/articles/Clustering/65968/
"Clustered SQL Server 2005/2008 Installation Using Mount Points "
But looks like It has been removed as per author's request.
If...
August 29, 2011 at 4:02 pm
I ran the below command and it's ran successfully
DBCC CHECKDB(msdb) WITH no_infomsgs, all_errormsgs;
There is NO maintenance plan to remove history.
Please advice what else I need to check?
August 28, 2011 at 10:05 pm
SQL is licensed per Physical CPU. How many physical CPU's do you have?
Also, in order to be able to REALLY take advantage of virtualization, you might want to purchase Windows...
August 26, 2011 at 11:48 pm
You Need DAC(Dedicated Admin Connection) Connection inorder to access These Tables
Could you explain me the steps to connect sql instance using DAC?
Thanks
August 26, 2011 at 11:44 pm
Power Pivot is an Excel add-in. It does not require SQL or Sharepoint to deploy. It can connect to any datasource
I will test it and come back with the results:-)
Thanks
August 24, 2011 at 12:58 pm
I went through the link http://technet.microsoft.com/en-us/library/bb933993.aspx
which says "A FILESTREAM filegroup is a special filegroup that contains file system directories instead of the files themselves. These file system directories...
August 24, 2011 at 11:44 am
Guess it needs the line feed also. This should do it.
select 'USE ['+name +']' + CHAR(13)+CHAR(10)+'GO'+ CHAR(13)+CHAR(10)+
'CREATE USER [abc\scott] FOR LOGIN [abc\scott]'+ CHAR(13)+CHAR(10)+'GO'+ CHAR(13)+CHAR(10)+
'USE ['+name +']' + CHAR(13)+CHAR(10)+'GO'+ CHAR(13)+CHAR(10)+
'EXEC sp_addrolemember...
August 22, 2011 at 5:39 pm
Viewing 15 posts - 106 through 120 (of 365 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy