Viewing 15 posts - 1,591 through 1,605 (of 3,366 total)
The US Government have defined what is Cloud computing because we are making fun of the Vapor ware we can only make fun of SAAS(software as a service) so the...
May 8, 2009 at 9:26 pm
In Asp.net 2.0 and up there are two easy ways to do it either implement Asp.net membership database and run the stored procedures in that database or you use the...
May 8, 2009 at 5:26 pm
This error is a generic MDAC error but Vista comes without MDAC because it comes with new data access so you may need current Vista SP. In .NET code...
May 8, 2009 at 4:20 pm
It is a very simple task but require a lot of details, you need to copy each RDL and associated VS solution files, so if you have 100 RDL you...
May 8, 2009 at 3:48 pm
Both sides are full of crap the developer thinks the database is storage to the application so data is dumped into the database. The DBA says give the developer...
May 8, 2009 at 12:04 pm
Just wondered how this would be done when you have loads of tables on the database.
How would you track the following:
Inserts
Deletes
Updates
Its fine when the changes coming from the billing db...
May 8, 2009 at 10:29 am
Sounds like you need a Data Warehouse!
A Data Warehouse will give you
- fast and efficient reports
- An easy schema for creating reports
- An easy schema for giving certain people...
May 8, 2009 at 10:02 am
Two databases connected by automated ETL package updating the reporting database with changes in the billing database as needed. This saves all the resources needed to run replication very...
May 8, 2009 at 9:27 am
I need to explain a little when you are using images in .NET you need to use memory stream but you are just moving the image with filepath that may...
May 8, 2009 at 9:00 am
There is atually an easy way to resolve this in SMS the user can go the databases section right click on Pubs and go to properties, then options and change...
May 8, 2009 at 7:43 am
It is nothing personal but I think you have skipped design because your requirements are not complicated but without design you may not get a valid solution.
😉
May 7, 2009 at 5:55 pm
What do you mean by that? And the only thing that can map doument for you is Sharepoint or Asp.net Club startkit or DotNetnuke module most are not free....
May 7, 2009 at 5:45 pm
If you don't have case sensitive collation are you running BIN collation because BIN is the fastest sort but also case sensitive by default. And yes I agree these...
May 7, 2009 at 5:12 pm
I don't think your requirements are valid in SSRS beause you are using System.IO and filepath, SSRS looks for image within SSRS or project so you need to change what...
May 7, 2009 at 4:58 pm
I did that at big Pharma which was regulated and it was in 2000 a DTS package automated with xp_cmdshell worked like a charm.
May 6, 2009 at 2:55 pm
Viewing 15 posts - 1,591 through 1,605 (of 3,366 total)