Viewing 15 posts - 361 through 375 (of 972 total)
Dan.Humphries (4/25/2011)
The problem: In SQL Server 2005, the Maintenance Plan we're using insists on tacking on the date and time to each backup.
I am curious about this part. ...
April 25, 2011 at 2:07 pm
dajonx (4/22/2011)
Please verify this, but I believe you can do a modify file to the new location, then do a restart on SQL service via the Configuration Manager.
If you just...
April 22, 2011 at 8:26 am
Well have you tried to search for the error?
If not I would suggest enabling remote access to the SQL Server instance you are trying to connect to.
April 21, 2011 at 10:14 pm
exec sp_helpsrvrolemember 'sysadmin'
exec sp_helpsrvrolemember 'serveradmin'
April 18, 2011 at 3:03 pm
32-bit architecture address space is limited to no more than 4GB. If you have a server with 8GB, it will never use more than 4GB of it. That is the...
April 15, 2011 at 7:55 pm
Unless I'm mistaken when you purchase the license for Window Server and SQL Server they are not dependent upon 32-bit or 64-bit. You are allowed to use either architecture. You...
April 15, 2011 at 3:07 pm
SQL Server PowerShell (sqlps) only comes with SQL Server 2008+
April 15, 2011 at 2:55 pm
schleep (4/15/2011)
So I've set TransferAllViews = $False, how do I add that collection to the transfer ObjectList?
How are the other objects you are transfering added?
Can you provide the full code...
April 15, 2011 at 12:34 pm
Not to sure what you mean by anonymous user. For anyone to connect to your SQL instance they first have to have a login active, then a user account to...
April 14, 2011 at 8:23 pm
If you are in a domain yes. I believe you still can if you are not in a domain. I'm not to sure on that one, it has been a...
April 12, 2011 at 5:53 am
To add on to that if at all possible I would use a Windows authenticated account, versus a SQL Login (what the sa account is). It adds a little bit...
April 12, 2011 at 5:40 am
Viewing 15 posts - 361 through 375 (of 972 total)