Viewing 15 posts - 1,126 through 1,140 (of 3,738 total)
Try this.
CREATE TABLE T1
(
CreateDate DateTime2
)
GO
INSERT INTO T1 (createdate)
VALUES ('2012-03-09 12:34:45:567')
GO
December 13, 2012 at 12:45 pm
Was your intent to restore additional backups?
November 23, 2012 at 2:13 am
Could you post the T-SQL Statement that you used to perform the restore?
November 23, 2012 at 1:14 am
Yes it is online and operational.
I thought that I posted that the database had recovered.
I said Data File when I meant the Log File.
I'm not sure why the database went...
November 23, 2012 at 12:51 am
Not much information in the Error Log that I did not already know.
It was in a recovery state and then it stopped around the time that I deleted the files...
November 22, 2012 at 11:13 pm
I deleted some old backup files.
Ther was no space availible on the disk on which the data file resides.
November 21, 2012 at 11:54 am
Currently I'm executing the step listed below to bring the Database Online after I took it offline. I'm waiting for the Database to come back online.
I don't know if it...
November 21, 2012 at 10:12 am
I tried creating a Data Source from the REport Manager on the Server and I get the following error:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I specified Integrated Security following the...
November 18, 2012 at 9:07 am
I get the following error when I attempt to go to the URL from the Reporting Services Server:
User 'MyDomain\MyUser' does not have required permissions. Verify that sufficient permissions have been...
November 17, 2012 at 5:36 pm
Now all of a sudden I'm getting the gollowing error when I attempt to go to the Reporting Services URL:
User 'MyDomain\MyUser' does not have required permissions. Verify that sufficient permissions...
November 17, 2012 at 5:26 pm
I created the Report directly on the Reporting Services Server.
I specified the URL of the Reporting Services Server in the TargetServerURL Property.
When I attempt to deplo I get an error:
The...
November 17, 2012 at 4:51 pm
I was not able to resolve the issue.
It is not a permission issue.
I'm ignoring the message.
November 15, 2012 at 7:14 am
Thanks Gail.
November 14, 2012 at 8:40 am
Viewing 15 posts - 1,126 through 1,140 (of 3,738 total)