Viewing 15 posts - 241 through 255 (of 1,655 total)
You obviously running SQL Server on a cluster.
In that case the service account used to start the windows clustering service must have access to SQL Server. Usually after you...
June 15, 2009 at 3:52 am
S Hodkinson (6/12/2009)
I've created the backups and they appear to be running OK (for both simple and full recovery mode). When I come to do a restore of a...
June 12, 2009 at 5:10 am
I think in that case your only option would be reading from the transaction log (backups) using a tool like APEX SQLLog. http://www.apexsql.com/sql_tools_log.asp.
Of course that will only work if...
June 12, 2009 at 3:44 am
draj108 (6/12/2009)
Do we have an xml type in sql server 2000?Or if it is included in any of the service pack.?
Thanks,
Raj
No, not in SQL 2000. You can store xml data...
June 12, 2009 at 2:33 am
Could you explain a bit more why you need this information and especially when.
Do you need it real-time or for auditing purposes?
In activitymonitor and when executing sp_who2 you can...
June 12, 2009 at 2:22 am
mohinidba (6/11/2009)
why distributor agent was failed frequently in Replication when we start the agent job it came up.
Did you check in replication monitor for any error messages?
June 12, 2009 at 1:42 am
Ok, I give it a try.
the guest account is used to give access to a database without explicitely creating a databaseuser for a login. The best example is the mastter...
June 12, 2009 at 1:37 am
middletree (6/11/2009)
Is there any reason to move, for example, the msdb?
No. Don't move the msdb. What you should do is script out all your jobs, operators and alerts and thenm...
June 12, 2009 at 1:33 am
Duplicate post, please see here
June 12, 2009 at 1:23 am
Duplicate post, please see here
June 12, 2009 at 1:23 am
First of all you column must be a nchar or nvarchar column.
When you can do like this:
CREATE TABLE t1( c1 NVARCHAR(10))
GO
INSERT INTO t1
VALUES(NCHAR(8805))
GO
SELECT * FROM t1
GO
DROP TABLE t1
June 12, 2009 at 1:19 am
SQL Server 2008 enterprise IA64 is for Itanium processors, so this will not work on a DL380.
For the other requirements see here:
June 12, 2009 at 12:56 am
prsnn_shetty (6/11/2009)
Can we truncate from [dbo].[sysdtspackages] in msdb since the
table size has grown upto...
June 11, 2009 at 8:00 am
manus4u (6/10/2009)
Thanks...
June 11, 2009 at 6:30 am
Viewing 15 posts - 241 through 255 (of 1,655 total)