Viewing 15 posts - 1,531 through 1,545 (of 3,366 total)
I still think if you have resources for a test box you need to make the changes I recommend, that is if you have the time before SSRS just stop...
May 18, 2009 at 1:18 pm
Both the database engine and reporting services are running on the same box.
Database engine and Sql Server Reporting Services are running under Local system
You need to run SSRS on Network...
May 18, 2009 at 12:13 pm
Are you running SSRS and the relational engine in separate boxes? What account is used to run SSRS and Asp.net because SSRS 2005 is Asp.net dependent.
May 18, 2009 at 11:25 am
I have read several (including some mentioned here) but I cannot say that I was very pleased with any of them. They all seem very spotty in their coverage and...
May 18, 2009 at 9:22 am
Thanks for the kind words though I think development moves too fast for states IT needs. Staying current is very important to me, when I miss one version in...
May 18, 2009 at 8:00 am
In the .NET languages I was the only person not renewed that was active on the .NET langauges and SQL Server in the Microsoft MSDN forums. Two years and...
May 17, 2009 at 9:30 pm
Steve,
You are right but my reference to discrimination is because I was the only woman and the only person on the MSDN forums in both .NET and SQL Server whose...
May 17, 2009 at 9:02 pm
If the database is big yes .bak will not be easy but you can use compare schema and data and apply changes. It is more work but you can...
May 17, 2009 at 9:03 am
The .bak stops at staging and the DBA moves the changes to production, if you are using VS2005/8 Team Suites you can compare both Schema and data.
May 17, 2009 at 9:01 am
Interesting approach. The problem is that you can have structure modifications and data manipulation in DEV that needs to be executed in prod as well. With compare you can do...
May 17, 2009 at 8:31 am
That is correct QA DBA gets the .bak and QA passes .bak to Staging from staging to production some compare is needed that is why you need a DBA or...
May 17, 2009 at 8:08 am
We had to add .bak in VSS because our database server failed twice in one month so yes .bak is the database full backup in added in VSS. You...
May 17, 2009 at 7:53 am
Thanks for this inside, which indeed deserves attention. However I see this solution a rather very expensive one which doesn't apply to other technologies than Microsoft. It also seems to...
May 17, 2009 at 7:34 am
TFS( Team Foundation Server) that is the new fancy Microsoft source control system, it runs with SQL Server native and uses Windows Sharepoint services to manage documents. How we...
May 16, 2009 at 10:05 am
We store .sql and .bak files in VSS and TFS the later is native in VSS it takes manual work through server explorer or actual copy and paste in VSS....
May 16, 2009 at 9:24 am
Viewing 15 posts - 1,531 through 1,545 (of 3,366 total)