Viewing 15 posts - 121 through 135 (of 190 total)
Interesting....
My question is: Why it stated SQL 2005 error msg, but, both the servers are SQL 2000?
July 22, 2008 at 12:58 pm
paneri.rahul (7/22/2008)
I need to copy a timestamped file to a different folder and rename it(remove the timestamp) and finally delete the original file.
Firstly, I need to copy the file located...
July 22, 2008 at 12:48 pm
You may check this article:
http://www.sqlskills.com/blogs/paul/2007/11/13/AutoshrinkTurnItOFF.aspx
July 22, 2008 at 11:55 am
balbirsinghsodhi (7/22/2008)
Perry.. That works great.I would like to create a different filegoup and move all the tables from primary filegroup to new filegroup except system tables. Can I don that.
Sure....
July 22, 2008 at 11:29 am
Right click the destiny server --> All tasks --> Import Data...-->(then, follow the steps)...--> DONE.
July 21, 2008 at 11:12 am
sp_msforeachdb 'use ? select ''?'' as DatabaseName, DATABASEPROPERTYEX(N''?'', N''RECOVERY'')'
😀
July 17, 2008 at 11:40 am
by setting this up is this going to require any additional disk space to be consumed on the Publisher server and do you think it is wise to run...
July 16, 2008 at 2:11 pm
For server side cursor, please check::D
http://www.sqlteam.com/article/server-side-cursors-and-ado-cursor-types
July 16, 2008 at 11:28 am
Sometime, you need to check error log or job log (if you have one).
July 16, 2008 at 10:29 am
Here you go::D
http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part2/c0661.mspx?mfr=true
July 15, 2008 at 1:09 pm
Check this out:
http://www.informit.com/articles/article.aspx?p=599700
I know most peoples missed the permission setting, which causes the replication failed. So, be careful.
July 15, 2008 at 12:57 pm
1. Create a table like:
TableName RowCount1 RowCount2
2. Insert the article names from Distribution into the above table.
3. Write a loop to get...
July 15, 2008 at 12:01 pm
I don't think that restarting SQL server is a good idea. It may cause your database in-consistent issues.
After you killed the session, it was rolling back the transactions. For a...
July 15, 2008 at 11:47 am
Viewing 15 posts - 121 through 135 (of 190 total)