Topics
Started by
Posts
Last post
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
SELECT COST_CENTER,'1900-01-01' AS VALID_FROM_DATE ,COCODE,CENTER_DESC,COST_CENTER_MGR FROM XYZ WI…
13 replies
I have a query to write for a report and my client made a change that has me confused about how to …
3 replies
I'm still Googling and searching SSC for my answer, but here is my problem. I need to set a VARIABL…
11 replies
I have a doubt.. is it possible to give permissions to users to execute only a few jobs and not oth…
2 replies
Viewing 15 topics - 4,276 through 4,290 (of 12,230 total)
You must be logged in to create new topics.