Viewing 15 posts - 2,896 through 2,910 (of 3,366 total)
Steve,
Nice article I try not to be left with strangers because I am very feminine which pervs can misconstrue, in meetings or conferences if I am there late I stick...
April 5, 2007 at 12:09 pm
(After that I was asked to add one more column [column3] [datetime] NOT NULL. Combination of all three columns should be unique. I want to add that column3 to the...
April 4, 2007 at 5:38 pm
A primary key is a constraint you cannot add to it unless you drop your existing constraint and add a new one, that is the reason I told you to...
April 4, 2007 at 2:51 pm
In Managemment Studio you can use the GUI to delete the constraint and add it later although I don't understand why you are making the primary key a composite. I...
April 4, 2007 at 1:32 pm
Microsoft offers a free class in .NET development with many free books for writing secure code in most big cities, I attended the class in Houston twice. Here is the link...
April 4, 2007 at 12:38 pm
I have not used it but it depends on what your employer does for a living my former employer had hundreds of projects in a few hundred databases because Projects...
April 3, 2007 at 6:24 pm
I told you the recycle bin because it saved me about two weeks ago, I had to remove a feature the customer did not want, I knew some DLL needs to...
April 3, 2007 at 5:46 pm
Check your recycle bin if you can undelete the files there are undelete utilities test drive some and if you have source control the Admin can rollback your changes. Another place...
April 3, 2007 at 3:52 pm
Thanks Steve yea I had to use a USB drive to move the file it took so long but it would be good to know what you can move in a...
April 3, 2007 at 9:11 am
Sorry in VB.NET 2.0 here is a visual way to do it with ObjectDatasource, let me know how it goes. Hope this helps.
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/objectdatasource.aspx
April 2, 2007 at 10:54 am
You are talking about obsolete stuff we are talking about VB.NET which in 1.1 was two valued so getting database Bool which is Bit is not easy but we asked...
April 2, 2007 at 5:56 am
It depends on what version of Asp.net you are using in Asp.net 2.0 it is easy because of the introduction of the Nullable <T> because it also takes boolean, it...
April 1, 2007 at 9:09 am
Encoding is not done in the RDBMS what is done is setting collation in 2000 you can set collation on the column level, while in 2005 you can set the...
March 29, 2007 at 11:50 am
Here is what I think happened Microsoft maybe trying to automatically create the proxy account for the Agent when you run SSIS packages as Jobs so you need to make...
March 28, 2007 at 9:11 pm
Viewing 15 posts - 2,896 through 2,910 (of 3,366 total)