Viewing 15 posts - 1,036 through 1,050 (of 1,654 total)
With Windows 2003 Standard edition 32-bit you need to add the 3Gb switch to the boot.ini file, otherwise SQL Server (or any other application) can't use more than 2 Gb.
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 8:31 am
Thayal Muhunthan (11/27/2007)
I am using Windows 2003 with SP1 and SQL server 2005.Thayal
Standard or Enterprise Edition ??? 32 or 64-bit???
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 7:54 am
SQL 2000 doesn't have the xml datatype or xquery support. So you have to translate the data or store it as varchar or text.
Markus
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 7:19 am
This should work:
GRANT VIEW DEFINITION TO UserName
Markus
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 7:13 am
If I remember right you can only have one SQL Server instance for each cluster group. So you cannot add a 2005 instance on a existing cluster.
So eiher create...
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 7:04 am
Check the logfile for the maintenance plan. At least I hope you configured logging.
The logfile should give you more details about the problem. The default path is C:\Program Files\Microsoft SQL...
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 6:57 am
Which OS and SQL Server version are you using?
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 6:53 am
It all depends on what you're doing and which features you use.
See here for an overview of all the possibly breaking changes:
http://weblogs.sqlteam.com/mladenp/archive/2007/07/10/60252.aspx
[font="Verdana"]Markus Bohse[/font]
November 27, 2007 at 4:54 am
I don't understand what's the problem with using DTS ? I know it's not perfect but it has been designed exactly for this kind of tasks.
Markus
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 5:39 am
Bob,
your problem is that while the users are stored inside the database and part of the backup, the logins are stored in the master database and thus not included...
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 5:29 am
About your fist question see here:
About the encryption right-click the file or folder you're looking for, select properties and then click advanced.
Markus
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 5:21 am
Just As Gail already wrote you could first check on the fragmentation level using sys.dm_db_index_physical_stats but keep in mind that on very large tables this too can take a...
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 4:52 am
No, there no relationship I'm aware of between jobowners and the SQL Server Service account.
I think what you mean is the SQL Server Agent service account. If the jobowner is...
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 2:53 am
Am I right that performing index rebuild on these tables is waste of time?
It depends on the how your index(es) are defined. If your clustered index is on an identity...
[font="Verdana"]Markus Bohse[/font]
November 26, 2007 at 1:13 am
Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1)'
That's the Windows Servicepack level. Your SQL Server build 8.00.760 means that the SQL SP version is 3.
Markus
[font="Verdana"]Markus Bohse[/font]
November 23, 2007 at 8:08 am
Viewing 15 posts - 1,036 through 1,050 (of 1,654 total)