Viewing 15 posts - 91 through 105 (of 177 total)
Thanks! Jeff. That is good to know. Save me a lot of worries. 😉
April 14, 2009 at 3:24 pm
How big is the DB?
SSE has a DB size limit of 4GB.
April 13, 2009 at 11:02 pm
It worked perfectly.
At the beginning, I didn't have the SAMPLE reports installed. So I had to go to http://codeplex.com/SqlServerSamples get the msi and installed.
Following the steps in the link MR.Itch...
April 13, 2009 at 2:47 pm
Thank you, Mr.Itch. I will try it and report back how it goes.
April 13, 2009 at 1:43 pm
Try this in your command line...
NET START MSSQLSERVER /c /m
which will start SQL in single user mode
Note: For default instance its MSSQLSERVER, for named instance its MSSQL$instancename
April 9, 2009 at 2:23 pm
Once you have created the logshipping for a pair of Databases: DB1(on Primary Server [PS]) and DB2(on Secondary Server [SS]), there will be 1 T-log backup job created on...
April 9, 2009 at 2:10 pm
I would check the schemas for each table involved in the query to see which column in which table could be the problem.
April 9, 2009 at 8:14 am
I would check to make sure the domain user has the right permission on the local server.
April 3, 2009 at 7:56 am
Sorry, I misunderstood your issue. I thought you couldn't connect to the server through domain.
So, it is about your SQL services. You mean, now your SQL service is Up and...
April 2, 2009 at 8:27 pm
Go to Surface Area confiiguration, and check what is the remote connection protocal, make sure it is TCP/IP.
Then go to Service configuration, network protocol configurations> ensure the TCP/IP are...
April 2, 2009 at 8:05 pm
Did an online search and found Paul Randal's blog.. It suggests to check Space issue among others. Here is the link.
http://www.sqlskills.com/BLOGS/PAUL/post/Database-snapshots-when-things-go-wrong.aspx
April 2, 2009 at 8:47 am
Just a wild guess:
is it possible that the files you are trying to access are also part of some other good DBs?
Are you able to open the files...
April 2, 2009 at 8:29 am
First of all, to PREVENT this from happening gain, please PUT the DBs into FULL recovery mode and Schedule Regular Transcatinal LOG backup.
Secondly, as your DB is in simple recovery...
April 1, 2009 at 3:39 pm
Go to your SQL BOX ,
ALL Programs==>>Microsoft SQL Server 2005==>Configuration tools==> SQL Server Configuration Manager,
make sure the SQL Reporting Service is Up and running.
If that is running, that...
April 1, 2009 at 3:21 pm
Thanks for the clarification, Jeff.
That is a big relief.
April 1, 2009 at 9:58 am
Viewing 15 posts - 91 through 105 (of 177 total)