Topics
Started by
Posts
Last post
I'm not sure if this can be done. I'm trying to develop a method for applying scripts, where the da…
4 replies
[font="Comic Sans MS"]Hi all, I am writing a query that will pick data from only one table and base…
14 replies
I have an existing calendar table (see below) and am trying to update a new column with the text 'Y…
6 replies
Hi all, I have a BIGINT where the first 8 bits contain one number the next 28 bits contain a second…
8 replies
I am required to print the address of a customer in a report. the format will be address_line_1 add…
2 replies
All, create table asset ( assetid int, atype int, dt datetime, ret int, freq int, val decimal(28,10…
9 replies
I have a trigger that inspects an NVARCHAR and, if it determines that the data at the start of the …
7 replies
Hi, I have some daily stats about database sizes in a table like this: Date DbnameDBSize 1…
11 replies
Table1 ID int Enter varchar(10) I want to restrict Enter column to insert only date YYYY-MM-DD any …
9 replies
I have a data source that provides dates in a varchar format (e.g. AUG 28, 2008@11:30:03) that I ne…
9 replies
create table emp ( eid int, ename varchar(15), salary int, addres Varchar(15), datett datetim…
22 replies
Hello Everyone, I'm trying to create a table with information I grabbed from on server/database to …
1 replies
Hi All, I read 'Solving running total problem' recently. I tried to apply it in a procedure. I have…
22 replies
how i will get latest record from table in sql server 2000,2005
3 replies
declare @a table (id int) insert into @a values (91) insert into @a values (90) insert into @a valu…
3 replies
Viewing 15 topics - 4,276 through 4,290 (of 12,234 total)
You must be logged in to create new topics.