Viewing 15 posts - 766 through 780 (of 1,069 total)
Ian Scarlett (11/25/2009)
If it's the transaction log, check the recovery model. If it's anything other than simple, you...
November 25, 2009 at 6:33 am
dba_pkashyap (11/24/2009)
I had/have a similar situation and I am implementing snapshot replication as the solution.You might face few issues, but end of the day your task will be done.
Thanks Kashyap,
You...
November 25, 2009 at 2:13 am
Thanks Gail.
November 24, 2009 at 9:44 am
dba_pkashyap (11/24/2009)
I had/have a similar situation and I am implementing snapshot replication as the solution.You might face few issues, but end of the day your task will be done.
Is replication...
November 24, 2009 at 8:18 am
Scripting is also failing due to violation of constraint (foreign key, I guess).
Is this a problem without any solution?
November 24, 2009 at 5:42 am
Thanks BrainDonor for your quick reply. I thought there is some way to restore as the compatibility is not changed. It is unfortunate that it is not possible.
Detach/attach is also...
November 24, 2009 at 5:16 am
Thanks George for your quick reply.
Old server has 32 bit OS and SQL. New server has 64 bit OS and SQL.
Thanks for your help.
Regards,
Suresh
November 19, 2009 at 7:19 am
ramuvanparti (9/9/2009)
select ltrim(rtrim(col1)) from tabwhere col2 = 12
or
select col1 from tab
where col2 = 12
clustered index is present on col2 and non-clustered on col1
which query is more optimal.
Both are...
September 9, 2009 at 4:45 am
Bhuvnesh (9/9/2009)
September 9, 2009 at 4:35 am
This may help you http://www.sqlservercentral.com/Forums/Topic781039-291-1.aspx
September 8, 2009 at 6:20 am
Right click on SQL Server Agent node in the SQL Server Management Studio Object Explorer.
Select Properties -> History
Change the values according to your requirement.
September 4, 2009 at 6:51 am
Thanks for the reply.
But my question is NOT, when the statistics becomes OUTdated.
My question is, When SQL Server engine UPdates the statistics?
August 25, 2009 at 5:06 am
Database master key:
select * from sys.symmetric_keys
August 24, 2009 at 7:11 am
DOS command copy can be used with + as follows:
copy File1.sql + File2.sql + ... + FileN.sql FileAll.sql
August 24, 2009 at 6:52 am
select * from sys.certificates
August 24, 2009 at 4:55 am
Viewing 15 posts - 766 through 780 (of 1,069 total)