Viewing 15 posts - 1 through 15 (of 112 total)
Faceplant emoji...
I was updating the SQL native client driver on the database server not the web server (client)...a few wasted hours there!
September 2, 2021 at 8:06 am
I've solved this by using two sub queries and a join on PEOPLE and THINGS and then only pulling out the ones where the right have subquery/table (the existing rows)...
May 12, 2021 at 9:43 am
Thanks for the reply, I dont think this will help me in this instance as the except operator will be affected by the two sets on in clauses just the...
May 12, 2021 at 8:59 am
Thank you that works on the test data, I'll give it some real world examples.
I really need to learn more about the over by clause!
Rolf
June 27, 2018 at 7:51 am
Hi there,
Something like this,
SESSIONNAME, SLOTNUMBER, FULL, PERSON
First session, 1, 1, First Person
First session, 2, 1, Second Person
First session, 3, 1, Third Person
First session,...
June 27, 2018 at 5:57 am
Hi there,
thanks for taking the time to reply.
Creating lots of views for each possible table structure for each application is probably more work than what I...
May 2, 2017 at 7:36 am
March 22, 2017 at 7:59 am
Sean Lange - Tuesday, March 21, 2017 12:36 PMIsn't it simply this?
and t1.SessionID < t2.SessionID
Doh! hand to head..thanks for pointing out the...
March 21, 2017 at 12:48 pm
Of course what an idiot..groupby..I started off with trying to get a boolean value (which wouldnt work with groupby) then switched to just getting a total but forgot I could...
January 31, 2017 at 1:39 pm
Thanks...it was really to stop people who can and should be restoring databases from making a silly mistake..ie introducing some fences and hoops to make sure they really do want...
September 28, 2016 at 11:51 am
Spoke to soon.
Now I get two backups showing in the MSSQL history..one with a proper filename but no transaction logs available and one with a blank filename with a transaction...
September 28, 2016 at 8:33 am
Thank you all for the help, you were spot on.
I went and checked the backup task on the HyperV host and changed the VSS option to full VSS backup...this is...
September 28, 2016 at 8:19 am
Checekd the logs and I have frozen IO errors assocaited with backups..
2016-09-14 04:01:22.14 spid51 I/O is frozen on database model. No user action is required. However, if I/O is not...
September 23, 2016 at 2:22 am
I think there is some confusion here.
There are NO third party backups being taken within the SQL server virtual machine.
I create a new backup task
Add it to SQL server agent
It...
September 22, 2016 at 2:48 am
Hi all,
Thanks for the reply.
There is a windows backup copy running on the Hyper V host that takes a VSS backup of the Hyper V virtual machines..including the database server.
Can...
September 22, 2016 at 2:10 am
Viewing 15 posts - 1 through 15 (of 112 total)