so uh
everywhere i've ever been-- people use the notation 003 instead of
storing something as an integer.
why do people do this?
i just see it like EVERYWHERE.. pisses me off personally.
Storing a char(3) is _MUCH_ slower than storing a tinyint right?
...
more >>
in short, i am a new asp.net developer trying to setup my xp pro sp2 machine
with the following:
- IIS (done)
- .NET Framework (1.1 w/hotfix done)
- MS SQL db (outstanding)
any recommondations on which sql server version to install? i'm looking at
either msde 2000 release a or sql server...
more >>
Can anyone work out how I can do this in a set-based way? I am totally
stumped on this one.
Given the following:
create table TestCountJoin
(
ID int identity(1,1) primary key,
CustomerID int,
ItemCode varchar(1)
)
insert into TestCountJoin (CustomerID, ItemCode) values (1, 'A')
i...
more >>
We have a job that uses WinHTTP inside a stored procedure. We have
another SP wrapper that runs this for a couple hundred records.
When we add this as a job using SQLAgent it times out half way. Running
it from SQL Query analyser and it completes to the end.
Anyway to set the timeouts for jo...
more >>