Welcome to Jacksonville Developers User Group
Sign in
|
Join
|
Help
Dennis J. Bottjer | MVP ASP.NET
ASP.NET & DotNetNuke Module Developer
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
August 2006 (3)
July 2006 (1)
June 2006 (3)
May 2006 (1)
March 2006 (2)
February 2006 (1)
January 2006 (8)
December 2005 (4)
November 2005 (6)
October 2005 (4)
September 2005 (16)
August 2005 (27)
July 2005 (22)
June 2005 (20)
May 2005 (2)
Navigation
Home
Blogs
Forums
Post Categories
ASP.NET (36)
Cool Stuff (76)
CSS Design, XHTML, and Java Script (8)
Database Design and Administration (6)
DotNetNuke (10)
Geek News (73)
Project Management (3)
Server Controls (5)
Trouble On The Web (2)
Dec
January 2009
Feb
S
M
T
W
T
F
S
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
Database Design and Administration
(RSS)
SQL Database Design and Administration
Friday, June 30, 2006 8:39 AM
Great Typed DataSet Tutorial
www.ASP.NET is quite a resource for learning the .NET 2.0 Framework in general and of course all things ASP.NET. The team has added a well done tutorial on Data Access. My two favorite tutorials are http://www.asp.net/learn/dataaccess/tutorial01cs.aspx?tabid=63 which
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET
,
Database Design and Administration
,
Cool Stuff
Friday, December 09, 2005 11:14 AM
SQL Date Queries
Most of us have used database’s containing SQL Server’s DateTime data type. Let’s say you want to query a table with such a field returning all the records from a certain year. An easy way to do this is to use SQL’s Year Function as follows
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET
,
Database Design and Administration
Monday, November 14, 2005 10:28 PM
Free SQL Server 2005 Training from MS Press
Free MS Press e-Learning courses: The courses, which retail at $99 each, will remain free untilNovember 1, 2006.Here's the significant link: https://www.microsoftelearning.com/sqlserver2005/
posted by
dbottjer
|
0 Comments
Filed Under:
Database Design and Administration
,
Geek News
,
Cool Stuff
Thursday, September 22, 2005 12:55 PM
SQL Table Naming Conventions
How do you name your SQL Tables? Are the names singular or plural? I’ve been reading a book on Database Design and it suggests that tables should be singular because they represent a single record instance of data stored in the table.
posted by
dbottjer
|
0 Comments
Filed Under:
Database Design and Administration
Monday, August 01, 2005 11:22 PM
Stored Procs Vs Dynamic SQL
There are many great topics of debate in software development. DataSets Vs. Objects, Smart Clients Vs. Web Apps, and Stored Procs Vs. Dynamic SQL. Many have argued that writing stored procedures is rigid and doesn't allow for an easy way to
posted by
dbottjer
|
0 Comments
Filed Under:
Database Design and Administration
Monday, June 13, 2005 8:52 PM
T-SQL VS CLR In SQL 2005
There is going to be an MSDN Webcast: T-SQL vs. the CLR in SQL Server 2005- How Should You Choose? (Level 200) http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032275333&EventCategory=4&culture=en-US&CountryCode=US  
posted by
dbottjer
|
0 Comments
Filed Under:
Database Design and Administration
,
Geek News