Viewing 15 posts - 1 through 15 (of 16 total)
Exactly the answer I was looking for, thanks 🙂
Nice to see the same expert answering my questions all these years on!
Thank you Gila Monster
March 17, 2015 at 6:15 am
Just a thought - all procs stored in syscomments right?
Is there a way to back these up in a script before overwriting [PRIMARY] and re deploy them after the load?
I...
July 25, 2008 at 9:29 am
Log Shipping wont work, I want the UD functions and SPs to remain as they are on the database B.
These must be in the same DB if possible.
Sorry but I...
July 25, 2008 at 9:00 am
Thanks for your suggestion,
DB Mirroring is not an option as I dont want the overhead on Server A - the load must be totally offline.
The reason I want to backup...
July 25, 2008 at 8:47 am
Hi chaps
Thanks for your input but I think you are missing my point.
The code is made up,
The end user is not the best at writing efficient SQL and I wanted...
June 27, 2008 at 1:48 am
Hi
In my experience the TCP endpoint address is not always tcp://servername:5022
If your host has a DNS suffix i.e the fully qualified domain name is "servername.ssc.com", the endpoint address will be...
February 8, 2008 at 2:55 am
To be fair to her she is working with a lot of data and she should have her own datawarehouse environment.
This is not possible at the moment.
Even if the queries...
February 6, 2008 at 6:14 am
The stored procedures she is writing mostly consist of
create proc uspHogTheServer as
select * INTO #tmpHumongous from Massive
INSERT INTO #tmpHumongous
select * from Gigantic
SELECT * FROM #tmpHumongous
go
So I would get her to...
February 6, 2008 at 5:37 am
Gail
To clarify your solution would be to run something like this in the same query window?
(I would have thought the setting would need to be above her TSQL code?
execute uspHogTheServer
OPTION...
February 6, 2008 at 5:09 am
Animal Magic,
There is no chance that a fixedcharge (child) record could be created before the Customerlevel(parent) record in this instance as the application logic prohibits it.
I will look in to...
January 21, 2008 at 2:31 am
Does anyone know the answer to my original question -
Does SS Replication is do a DELETE and INSERT of the record, rather than doing the UPDATE which I would expect...
January 17, 2008 at 4:36 am
Thanks Ed.
I will time synchronise, restore both full backups and both subsequent transaction logs up to the STOPAT point.
Cheers
Rich
January 17, 2008 at 4:16 am
Thanks for the reply,
FixedCharge does not and cannot exist on the publishing database in this case.
It is a static table on SQL094 and not part of a subscription.
So I think...
January 16, 2008 at 6:09 am
Cheers guys -
EdV - this was also RedGate's suggested solution.
Looks like Im going to need to work on some backup scripts to streamline this operation.
Cheers
January 16, 2008 at 2:53 am
Viewing 15 posts - 1 through 15 (of 16 total)