Viewing 15 posts - 1 through 15 (of 185 total)
The growing transaction log can potentially create a space and data availability issue, so you have to handle this situation.
You have two different strategies how to handle it, and specific...
July 7, 2010 at 8:52 am
koustav_1982 (10/7/2009)
I have implemented transactional replication between 2 databases.On the target server i see that the replicated table's createdatetime becomes todays date everyday.
Does this replication drop and recreate everytime...
October 7, 2009 at 6:35 am
Irfan-358189 (10/6/2009)
Is there any body who can give me simple nice scripts or any good tips for Proactively monitoring and maintaining production databases.
I know i can use sp_who2,sysprocesses,profiler,performance monitor but...
October 6, 2009 at 1:42 pm
Is your network share still visible from a network after falover?
Did you check it?
October 6, 2009 at 1:06 pm
rambilla4 (10/6/2009)
Hi,We have SQL Server 2005 Standard edition x64. I would like to know the licensing mode of that SQL Server. How can we find that information?
Thanks
SQL 2005 no longer...
October 6, 2009 at 11:59 am
Mike-448558 (10/6/2009)
Thanks for the linkThe info provided refers to SQL Server 2000
Have their be changes made to SQL Server 2005 regarding Multiserver Administration?
That is correct, I pointed you to...
October 6, 2009 at 10:49 am
Yes, it could be many reasons for this issue.
If ping is fine, I would try connect by IP and port# instead of name.
October 6, 2009 at 9:51 am
Mike-448558 (10/6/2009)
The configuration and execution of sql jobs is new to me and I would like to ask, if one can provide me with some information about the concept of...
October 6, 2009 at 9:13 am
m_belhocine (10/6/2009)
thanks,I found with 'replaces' ...but it's different from your code ... I think I'll use yours.
many thanks
You are welcome.:-)
October 6, 2009 at 9:08 am
USE REPLACE command to replace [ with #var. expression.:-)
REPLACE('[2001],[2002],[2003]','[','#var.')
You may want to declare your string as a variable.
Run this code to verify the result:
SELECT REPLACE('[2001],[2002],[2003]','[','#var.')
October 6, 2009 at 8:42 am
mbrady5 (10/6/2009)
just want to make sure my query makes sense....pretty new to this stuff.
I have a table that I would like to update a column called 'status' to 'Expired'...
October 6, 2009 at 8:11 am
Holy, I did not know that Sergey! When I read through your comment, I was like.. "how does he selects all the procs" and I read again, and the damn...
October 6, 2009 at 7:34 am
Use this link to download it, but remember - CU3 is not the latest cumulative update:
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=967909&kbln=en-us
October 6, 2009 at 7:08 am
You can also do it without the maintenance plans.
October 6, 2009 at 6:50 am
I think free_maskot is right.
Check the SQL Server service account credentials - account and a password.
Please also verify this account is not locked.
October 6, 2009 at 6:43 am
Viewing 15 posts - 1 through 15 (of 185 total)