Viewing 15 posts - 1,096 through 1,110 (of 1,655 total)
CREATE TABLE t1 (
c1 CHAR(1),
c2 INT)
GO
INSERT INTO t1
VALUES ('A',10)
INSERT INTO t1
VALUES ('A',22)
INSERT INTO t1
VALUES ...
October 30, 2007 at 3:25 am
Your application(s) has DROP TABLE permission???
Scary.
October 26, 2007 at 12:40 am
You can't downgrade from Enterprise to Standard edition. You need to remove the enterprise edition and then install standard. The same for the upgrade to 2005. You cannot upgrade from...
October 25, 2007 at 4:07 am
The location for Backup Devices is stored in the sysdevices table in master. But instead of updating this table you better recreate them in the new location.
If you like to...
October 25, 2007 at 4:03 am
There are several third-paerty tools available for this but. Try Lumigent LogExplorer , Red-Gate Log Rescue or ApexSqlLog. Not sure about all of them, but I think you can downoad...
October 25, 2007 at 2:27 am
I don't think you can change the database owner of a mirror database. The mirror is in a non-recovered state so you can't run any statements against it.
You could change...
October 19, 2007 at 1:40 am
Daniel,
which check which roles your users are a member of. By default sysadmins can access any object in any database and db_owners can access any object within the database. Deny...
October 18, 2007 at 8:07 am
SQL Services not works ok but I cannot start the SQL Configuration Manager. Seems that it look locally instead of being "cluster aware".
Configuration Manager is a client tool like...
October 16, 2007 at 8:28 am
It won't help you now, but SQL 2008 implements the possibility to pass a table paramter to a stored procedure.
October 15, 2007 at 11:46 am
They are service accounts you can find more information about them and which permission they need here:
http://msdn2.microsoft.com/en-us/library/ms143504.aspx
and
http://www.sqlservercentral.com/articles/Administration/sqlserver2005serviceaccounts/2341/
Markus
October 15, 2007 at 11:41 am
You can find maintenance plan specific information in msdb.dbo.sysdbmaintplan_history. But since a maintenace plan results in one or more jobs you can also use msdb.dbo.sysjobhistory.
Markus
October 15, 2007 at 11:32 am
Not sure if this applies to your case but I once had a situation with a cluster, there after removing the Builtin/admins the cluster won't start anymore. I had to...
October 15, 2007 at 11:29 am
Rushdi,
as already stated there's always the issue if your company wants be an early adapter, with the risk of a new product which might include more bugs than is acceptable...
October 15, 2007 at 11:22 am
First thing I'd like to know is what are the autogrowth settings for this database.
Then check what all this new space is used for. Is it just empty space or...
October 12, 2007 at 4:03 am
Where do you see those errors?
In the eventviewer or somewhere else.
From my experience when you start the SQLH2 Performance Collector, for each counter one or more entries show in...
October 11, 2007 at 8:58 am
Viewing 15 posts - 1,096 through 1,110 (of 1,655 total)