Viewing 15 posts - 2,926 through 2,940 (of 3,366 total)
I don't think you can use Varchar(8000) to store image file in SQL Server 2005 because it is more ANSI compliant, it will be easier to use VPF blob because...
March 22, 2007 at 12:58 pm
It depends on the Hyperion version because banks pay for versions that can be used by business Analysts using SQL Server OLTP databases, I have also seen the same with...
March 22, 2007 at 11:24 am
I am assuming it is related to VFP Varbinary is limited to 255 length, so you need BLOB instead. Try the link below for details. Hope this helps.
http://msdn2.microsoft.com/en-us/library/ww305zh2(VS.80).aspx
March 20, 2007 at 4:57 pm
I am not sure if your last option is relational but there are sample data models in the link below including three for the insurance industry. Hope this helps
http://www.databaseanswers.org/data_models/index.htm
March 20, 2007 at 1:50 pm
I am not sure I can run Vista without at least 1gig of new ram because I have Visual Studio Team System, Oracle 9i, SQL Server 2005 Developer with 1gig...
March 10, 2007 at 5:56 pm
Check to see if Microsoft search is still installed, if not repair your install make sure you do backup before, then enable Fulltext service and populate the Microsoft search catalog...
March 7, 2007 at 4:44 pm
Try the link below for many connectionstring options.
March 6, 2007 at 3:32 pm
My SQL Server is in my box so that is local connection but through the new surface area configuration tool you can enable both local and remote. And if SQL...
March 6, 2007 at 2:11 pm
Again minor pesky problem and yep Gift is my name.
March 6, 2007 at 11:47 am
It is not complicated the confusion is from using existing code I am going through the same thing in a very big application, it will become rudimentary when you get...
March 6, 2007 at 11:33 am
Hi Vikas,
Here is a walkthrough for the correct configurations for the Asp.net Membership database this is assuming you are running SQL Server 2005, there is minor difference for 2000. Hope...
March 6, 2007 at 10:25 am
I would not say Microsoft docs in SQL Server is not good because I use Oracle and SQL Server together albeit as a developer. To why the automation and ETL...
March 6, 2007 at 10:15 am
In XP you have to create Aspnet user and create both logins and permissions for that account in the database. You still need to create the permissions and login in...
March 5, 2007 at 1:32 pm
There are two permissions in SQL Server the server permissions under security and the database permissions in the security section within the database, if you are in Windows 2003 you...
March 5, 2007 at 11:50 am
I glad you have solved your problem you see it was not complicated.
March 2, 2007 at 9:10 pm
Viewing 15 posts - 2,926 through 2,940 (of 3,366 total)