Viewing 15 posts - 1 through 15 (of 62 total)
I resolved this issue this morning. It was really the simplest most painfully obvious solution too. We simply created a second data source and used the domain credentials in question...
April 22, 2018 at 5:41 pm
I resolved this with the following. The restore-sqldatabase requires variables for the relocate files. I was previously adding the variable contents directly to the array. By creating a variable, then...
December 1, 2017 at 9:58 am
I did see that post. The second answer worked for me only if created and passed them manually. I still could not dynamically create those objects and pass them.
November 30, 2017 at 5:43 pm
Yeah so......you have to specify a database in the connection string. Did not know. This is working.
November 7, 2017 at 1:23 pm
These are virtual machines, esx 5.1. Both on windows 2012 R2.
On the disk front, two vmdks, one for OS, one for everything else. Thick eager porovisioned. Average...
October 4, 2017 at 10:48 am
Eirikur, I have tried both estimators. I've got nothing here. I will run it to completion the first opportunity I have.
October 4, 2017 at 1:11 am
April 22, 2016 at 7:11 pm
Unfortunately no, in the case of failure its
Source: Import Data From Excel Description: Exception has been thrown by the target of an invocation....
April 22, 2016 at 2:09 pm
Yessir, both result in the same
April 22, 2016 at 12:16 pm
Can you give example data for m.customer_order_no?
May 7, 2015 at 7:19 am
What error messages are you getting? Are you unable to get the database into Emergency Mode,Single User mode?
The very last paragraph of the Randall article you linked states:
Note: it’s...
May 5, 2015 at 12:38 pm
I edited my original post. If the log files exist, you can try to set each database offline and online again.
Also, start taking backups and check your production environment...
May 5, 2015 at 12:17 pm
Do the log files exist? edit: Is the log drive back online and accessible by the operating system? If so, are the log files there? If the...
May 5, 2015 at 11:59 am
I agree, a calendar table is the way to go. You could code holidays into the case statement relatively easily, but you may as well create the calendar table...
February 10, 2015 at 7:33 am
This creates a CTE table containing all dates between @ProjectStartDate and @ProjectEndDate datetime variables. The subquery below determines if the day in the CTE are Sunday or Saturday using...
February 10, 2015 at 7:18 am
Viewing 15 posts - 1 through 15 (of 62 total)