Viewing 15 posts - 211 through 225 (of 256 total)
Actually, there is a better more fool-proof way besides "Select @@IDENTITY". The way @@IDENTITY works is that it will return the Last Identity Value entered for the ENTIRE Database...
November 10, 2003 at 6:58 am
I guess going along with this Topic, does anyone have a Design for a History table that would encompass any Table (all my tables have 1 Pri-Key)? I guess...
November 10, 2003 at 6:55 am
Ok, I finally got it to create Backups locally. I had to Right-Click on the Database and Choose "All Tasks..." then choose "BackUp Database". In doing so, it...
October 28, 2003 at 10:34 am
Heh, sorry, must have missed it...still waking up here...
October 28, 2003 at 7:24 am
Ok, but what if later you find you need more than 8 questions?
Why not make it relational. Have a table called "Questions" and a table called "Answers". Maybe...
October 28, 2003 at 7:02 am
No, we're using BackUp Jobs in SQL Server 2000 Enterprise Manager.
October 27, 2003 at 10:18 am
Ok, disabled Norton and configured to not touch MDF's or LDF's. However, I can't remember if I tried Backing up when users were not in the Database. It's...
October 27, 2003 at 7:16 am
You can do two things, but first, buy a Barcode Font...
1.) Use an Access 2000 Project to hook into the SQL Server DB and then utilize Access for Reporting.
2.)...
October 10, 2003 at 6:50 am
Although this site (www.codeproject.com) is mostly C#, it can easily be converted into VB.NET. There is a VB.NET section as well. Some of the most advanced code I've...
October 10, 2003 at 6:43 am
You can't...use Tabel valued Functions! Their Great <Tony the Tiger impression>!
October 2, 2003 at 7:32 am
Well, that all depends. You can also make a UDF (User Defined Function) that will return a Table of the Strings (one string per Row) which returns only one...
September 25, 2003 at 6:50 am
What I did was use an NVarChar(50) Field "Password" in my Users table (but I only allow a 25 Length Password). I use my own Encryption methods from the...
September 25, 2003 at 6:47 am
If you're talking about someone who sits around and just designs databases...I am not so sure many jobs exist like that? I know where I work, just about every...
September 23, 2003 at 6:07 am
Viewing 15 posts - 211 through 225 (of 256 total)