Viewing 15 posts - 1,291 through 1,305 (of 8,760 total)
July 8, 2018 at 8:54 am
Out of interest, what happens to a snapshot thats taken on...
July 8, 2018 at 8:38 am
I would like to find a way to backup one of our database on premise...
July 8, 2018 at 8:31 am
I have a excel document that contains 4 digit numbers in a column. Sometimes these...
July 8, 2018 at 8:25 am
July 8, 2018 at 8:09 am
July 8, 2018 at 7:49 am
July 8, 2018 at 7:32 am
For fun, here is a single table scan query that does the same
😎
USE TEEST;
GO
SET NOCOUNT ON;
-- https://www.sqlservercentral.com/Forums/1975311/Query-Help
;WITH...
July 8, 2018 at 4:18 am
So I have a snapshot on a DB taken about 6 days ago. I...
July 8, 2018 at 3:58 am
Here is an example, should be enough to get you over this hurdle.
😎
Feel free to ping back if you need any further assistance.
[code...
July 8, 2018 at 3:47 am
As we know before 2016 , when we enter first record it get stored in...
July 8, 2018 at 3:37 am
July 8, 2018 at 1:53 am
Wrote a function for this a while back, you might find it helpful.
😎
Details in the comments.
USE TEEST;
GO
SET NOCOUNT ON;
GO
July 8, 2018 at 1:49 am
July 8, 2018 at 1:33 am
Viewing 15 posts - 1,291 through 1,305 (of 8,760 total)