Viewing 15 posts - 1,741 through 1,755 (of 5,103 total)
Most Wireless providers IMHO are hiding a lot of fees and it is very difficult to get any reimbursment for their mistakes. I wish not 1000 but 1000000 were calling...
September 5, 2007 at 8:01 am
And if you are not DROPing the destination objects bcp generates the files in native mode . That is why the types must be IDENTICAL.
September 4, 2007 at 5:10 pm
>>>>>>>I have not tried this <<<<<<
Because you can Backup AND restore that database you could doit following these steps:
1. Stop ALL log readers
2. Stop ALL distribution Agents
3. Backup distribution database
4....
September 4, 2007 at 5:08 pm
there is just on catch with that script. If sql server logins are generated and you use CHECK_POLICY you will have to modify it a bit
September 4, 2007 at 5:02 pm
Otherwise the script works like a champ ![]()
September 4, 2007 at 5:02 pm
Or any other JOB/Script doing it ?
September 4, 2007 at 4:57 pm
for the record SQL 2005 *can* read "opened" tracefiles.
September 4, 2007 at 4:56 pm
Most of the time you can get away by restoring only user databases and scripting logins and any other custom user procedures/function stored on master.
September 4, 2007 at 4:53 pm
what type of replication ?
September 4, 2007 at 4:46 pm
By the way, with Transactional I do it all the time ![]()
September 4, 2007 at 4:46 pm
to perform DDL operations like the ones you posted (truncate tables) dynamic sql does *not* matter in terms of performance because it won't be dominated by the query but by...
September 4, 2007 at 4:35 pm
OPENROWSET and any rowset in general can have "side effects", be careful with those ![]()
September 4, 2007 at 4:32 pm
in 2005 you can get it from
SELECT
[name]
,modify_date
,create_date
FROM
sys.procedures
Because of "new" internal mechanisms...
September 4, 2007 at 4:26 pm
Viewing 15 posts - 1,741 through 1,755 (of 5,103 total)