Viewing 15 posts - 616 through 630 (of 1,098 total)
Yes, it is too much time. Are you compressing the snapshot on generation? This will make SQL to last more in generating the snapshot.
With @sync_method are you using?. If...
May 2, 2003 at 12:04 pm
In wich columns do tou have the indexes?
You could select top 1 from thatcolumnorder by desc.
Anyway you do it, you should use the indexes.
May 2, 2003 at 10:39 am
You won't be able to restore the production db in the publisher db if the db is alredy part of a publication.
You will have to drop the publication ,then...
May 2, 2003 at 10:32 am
If you have a table in a publication you won't be able to rename the table, unless you drop the publication, rename the table, and then recreate the publication.
...
May 2, 2003 at 9:09 am
Did you used sp_detach_db in the source server to de attach the db, or you didn't deattached it?
April 29, 2003 at 11:12 am
You can use sp_tables, sp_help to know the tables and the datatypes of each column.
If you want to print to paper, then I guess you can create a table with...
April 29, 2003 at 11:10 am
We can't answer the question if we don't know the columns and the queries that use the table.
If I where you, I would let a trace running to...
April 28, 2003 at 3:31 pm
Remove the no_output parameter, rerun the xp and post again the error message you get.
April 28, 2003 at 3:27 pm
Can't be an SQL or service pack problem. You should check permissions or other setting.
April 28, 2003 at 3:20 pm
We are running terminal and remote admin with SQL and the impact is not so high to stop using it.
April 28, 2003 at 11:19 am
you should also check the owner of the table, and execute the delete also with the owner
April 25, 2003 at 3:30 pm
I recommend in every restore to use QA and learn and get used to use the tsql commands.
To restore the master db, I start sql server with sqlservr.exe -m parameter....
April 24, 2003 at 3:07 pm
You also can simulate a transactional replication. You can add fields with datetime data types to capture the changes or create triggers of insert and update to also capture the...
April 24, 2003 at 2:35 pm
If you mean a republicataion topology in wich the subscriber is also a publisher and the publishger is also a susbcriber it is no problem. That schema is the one...
April 24, 2003 at 1:52 pm
Viewing 15 posts - 616 through 630 (of 1,098 total)