Viewing 15 posts - 121 through 135 (of 279 total)
What is the user_access_desc from:
select * from sys.databases
August 27, 2013 at 2:10 pm
Yes, limit is 524 PB.
The Developer edition has the same features as Datacenter.
http://technet.microsoft.com/en-us/library/cc645993%28v=sql.105%29.aspx
August 24, 2013 at 3:11 am
Not only index rebuild...
"
Two other considerations for the [sql_text] column:
...
Certain system features, such as automatic statistics updates, may cause surprising results to be returned in the [sql_text] column. For example,...
August 13, 2013 at 2:29 pm
http://support.microsoft.com/kb/290622
Uncheck "Attempt to repair minor problems"
August 13, 2013 at 8:17 am
No. To run
dbcc checkdb('master')
db can be online. Error log says, that you are trying to run one of: dbcc checkdb repair
Show script that you use.
August 13, 2013 at 7:54 am
Why you run repair and not only check "Repair statement not processed."? To repair the db must be in single mode, to check can be online.
August 13, 2013 at 1:34 am
You can also for free use an evaluation license, according to MICROSOFT EVALUATION SOFTWARE LICENSE TERMS:
•You may install and use any number of copies of the software on your devices....
August 8, 2013 at 2:09 am
May help, may not help, that depends on the error. Post the exact error message
August 5, 2013 at 12:04 pm
Have you tried this notation?
CREATE LOGIN [domain\login] FROM WINDOWS;
Maybe a domain name or login are not regular identifiers.
July 30, 2013 at 3:13 pm
Choose location where you have a write permission eg: "Documents"
July 24, 2013 at 12:42 pm
So change the path to the right one or make this folder if not exists.
July 24, 2013 at 12:41 am
Now I don't know what is not clear in adding the setup.exe with proper parameters in script. What kind of script do you mean? What do you want to achieve?
July 23, 2013 at 3:32 am
anoop.mig29 (7/22/2013)
arent both windows services .if yes then why can we allocate memory to...
July 22, 2013 at 2:23 pm
All answers here: http://www.sqlskills.com/blogs/paul/a-sql-server-dba-myth-a-day-2830-bulk_logged-recovery-model/
July 22, 2013 at 2:16 pm
Viewing 15 posts - 121 through 135 (of 279 total)