Viewing 15 posts - 2,356 through 2,370 (of 3,366 total)
We had 68 SQL Servers I just restore as needed based on the email and you should know 2000 did not have a separate security section with the database. ...
February 7, 2009 at 9:25 am
I am glad we had this conversation because I have been wondering why creating Backup Devices in the Master is needed in 2005 now I know why. I can...
February 7, 2009 at 9:06 am
You are talking about SQL Server Login and Database permissions and I am telling you in 2000 SP3a and below you could. However 2005 comes with many extra layers....
February 7, 2009 at 8:49 am
I have restored 2000 databases many times and it restore all the users, sometimes I get orphaned users I could edit the Master but it was a bank so I...
February 7, 2009 at 8:35 am
I think a restore of your backup will restore all your users login included because 2000 when I restore a database and see orphaned users I just delete the restore...
February 7, 2009 at 7:22 am
Your Vista must be Vista Ultimate or Business so IIS 7 can be configured for IIS 6 like in the first link below so you can install Reporting Services.
If you...
February 6, 2009 at 5:52 pm
Your error tells me you are in x64 operating system so you have to tell me what version of SQL Server you are running x64 which 64bits or x86 which...
February 6, 2009 at 4:51 pm
The OPENDATASOURCE and other features are disabled by default in SQL Server 2005 you need to go into SAC(surface area configuration) to enable it before your developer can use it....
February 6, 2009 at 4:34 pm
Each service has it's own domain user account, which is part of the local windows group mentioned above.
The account cannot be used to run Replication or data automation because...
February 6, 2009 at 2:10 pm
You getting back Not Null is really not important because only aggregate functions ignore nulls because the aggregates are created for scalar value but a SELECT returns table. But...
February 6, 2009 at 2:04 pm
In SQL Server 2005 we use the Agent for data automation so you really cannot use a none admin account because if you use the Agent to run DTS/SSIS package...
February 6, 2009 at 1:47 pm
In SQL Server 2005 the options are configurable in the create Full Text Index wizard automatic, manual or none because Full Text is not like the version in 2000 which...
February 6, 2009 at 1:32 pm
The SQL Server Agent is off by default so you need to go into Configuration Manager and change that, you can also change the account because if you skip the...
February 6, 2009 at 1:24 pm
I am glad I could help but I cannot understand how bugs are converted to depreciated features. I find it troubling that Microsoft is converting known issues to depreciated.
February 6, 2009 at 12:17 pm
Goodluck with posting bugs because you may find your answer in the link below and most of what Microsoft says are depreciated are bugs I gave to the Reporting Services...
February 6, 2009 at 12:08 pm
Viewing 15 posts - 2,356 through 2,370 (of 3,366 total)