Viewing 15 posts - 2,401 through 2,415 (of 2,857 total)
As a thought, are you sure you have the correct server name?
I see that you have a $servername variable and then a different value in your URI creation...
July 6, 2017 at 4:35 pm
July 6, 2017 at 12:53 pm
July 6, 2017 at 9:05 am
July 6, 2017 at 8:24 am
How about this (based on the excel file):DECLARE @message TABLE (MessageID INT, parentMessageID INT, CreatorID INT, Messagebody VARCHAR(MAX), senddate DATETIME2, retired BIT, retireddate datetime2)
DECLARE @messageRecipient TABLE...
July 5, 2017 at 12:11 pm
Could you provide the DDL? I think you will get better (and faster) responses if you provide the DDL so others can build the required tables and then work with...
July 5, 2017 at 11:46 am
martyn.smith-863492 - Wednesday, July 5, 2017 10:05 AM0 rows effected straight away
straight sqlplan is too large so zipped version attached
July 5, 2017 at 11:34 am
July 5, 2017 at 11:08 am
did a quick google search of that error and came across this blog post:
https://blog.sqlauthority.com/2007/04/25/sql-server-error-messages-sysmessages-error-severity-level/
Severity 14 doesn't sound like it should take down the server but I...
July 5, 2017 at 8:33 am
I may be proven wrong, but I am fairly confident that the restore of the database puts it in the exact same state that it was backed up in. That...
July 4, 2017 at 4:31 pm
I'd be curious what is in the SQL logs and the windows logs.
I imagine that one of those 2 places will have more information about what is wrong. When SQL...
July 4, 2017 at 4:17 pm
SELECT
COALESCE([CYsales].[cust_id], [LYsales].[cust_id]) AS [cust_ID]
,...
July 3, 2017 at 3:37 pm
You should also look at the logs (both windows and SQL) to see if there is any more information about the error. If it is a permission denied on the...
July 3, 2017 at 12:07 pm
July 3, 2017 at 11:35 am
I've seen that error when it was unable to delete the previous backup file too. I would check to see if you have some really old backup files sitting in...
July 3, 2017 at 9:11 am
Viewing 15 posts - 2,401 through 2,415 (of 2,857 total)