Viewing 15 posts - 46 through 60 (of 193 total)
Great J! that made it even faster! Never used that in Over clause
ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
Learned something new today. Do you have some nice reading about...
September 4, 2015 at 4:38 am
Thanks! I know how OVER works, used it loads of times before, but i don't know why I didn't think of it in this case. It must be Friday :hehe:
September 4, 2015 at 3:47 am
Yes they are unique.
Anyways, THANKS ! Worked like a charm in 2 seconds.
I owe you a beer.
September 4, 2015 at 3:36 am
Lord Lucan (9/2/2015)
Hi,... I’m based in the UK ...
Welcome!
Where about in UK are you based if i can ask? 12/09 there is a SQL Saturday event int Cambridge.
September 2, 2015 at 9:34 am
how many records is actually being deleted?
Good idea would be to do it in chunks.
September 2, 2015 at 8:53 am
Ok, looks like problem is solved.
We are using asynchronous mirroring and the secondary was falling behind. There was some other process on the secondary that was taking IO for some...
September 2, 2015 at 2:05 am
Also for the xml to have the correct format it can't have multimple root level elements as it has now.
August 12, 2015 at 6:39 am
Thats the closest i could get
SELECT Campaign [@name],
(
SELECT Price [@value]
...
August 12, 2015 at 6:13 am
What if you put CALL at the beginning?
like:
CALL C:\Windows\System32\WindowsPowershell\Powershell.exe -File "E:\Schedule\Test.ps1"
August 12, 2015 at 1:57 am
No, not yet. Anyway we provide secure access to our databases and some of the customers like to develop own solutions but some want us to do it for them.
August 7, 2015 at 1:33 am
Thank you Lynn, appreciate the effort.
Jeff,
I did try to avoid it but for this particular product i couldn't find better way. For another one I've used merge replication with dynamic...
August 6, 2015 at 1:56 pm
Luis Cazares (8/6/2015)
...I'd also suggest that you remove the answers from the internet to prevent someone to study precisely for this...
heh true Luis! will remove them.
August 6, 2015 at 8:59 am
When the software is being upgraded it automatuically backs up a database, It's just a full backup, so i thought at least knowing how to do a backup would be...
August 6, 2015 at 8:57 am
Thank you Jeff,
I’ve actually read many threads on this forum and know that you do have some experience in recruiting sql "professionals" so any input would be highly appreciated.
I've...
August 6, 2015 at 8:21 am
Jeff Moden (8/5/2015)
Since its conspicuously absent for all the above, what of backups and what's the DR plan at the company? What condition are you leaving the company in? ...
August 5, 2015 at 8:01 am
Viewing 15 posts - 46 through 60 (of 193 total)