Viewing 15 posts - 31 through 45 (of 48 total)
In this Proc Can i set a page number...?
November 29, 2011 at 11:32 am
Thank u...
I need the same, what u said...Thank u Very Much I will implement this...:-)
November 29, 2011 at 11:21 am
Thank u Very Much Boss, I just taken my car to the Garage....This is not the way to give the answers for the post...
just tell the answer what u have....
November 24, 2011 at 5:25 pm
Thank u ...
Means for entire server we will have single shared procedure cache, Plans in the cache are database dependent... If we will restore any database that will not effect...
October 5, 2011 at 9:24 am
Here I am having two Databases... I am going to migrating those two databases into single databases..
August 19, 2011 at 12:31 pm
In TableA i am having composite Primary key for the columns (id,num)
In TableB i have to set a foreign key for the column 'num'
I was given like this:-
create table...
August 19, 2011 at 7:11 am
[font="Comic Sans MS"]You can use BIGINT instead of using numeric..[/font]
Regards,
SqlSpider:-)
August 19, 2011 at 6:59 am
will You please elaborate the situation/ ur requirement...
Reagrds,
SqlSpider:-)
August 19, 2011 at 6:19 am
DECLARE @TIME VARCHAR(10)
SET @TIME = CONVERT(VARCHAR(10),(SELECT DATEDIFF(MINUTE,'2011-08-06 14:30','2011-08-06 18:00')/60)) +'Hr'+
CONVERT(VARCHAR(10),(SELECT DATEDIFF(MINUTE,'2011-08-06 14:30','2011-08-06 18:00')%60))+'Min'
SELECT @TIME
This is for First day means 6th of Aug his entry time is by 14.30...
August 19, 2011 at 6:07 am
I wa
I want to check the condition like
name = 'as,de,fr,re'
@name = 'as,re'
select * from sometable where name in (@name)
can anybody help me in this regards
free ebooks download, [URL=http://www.utorrent.name/...
July 18, 2011 at 9:36 pm
The above two tables are having the relation with the File and wt abt the costing table
and give me more explanation abt the Problem then i can help u in...
July 13, 2011 at 4:32 am
Can u Plz tell me some more details...
There is 2 two tables u listed there
1) File --- menas main table
2)time Sheet --
ur mentioned one more table Costing table :-
can u...
July 13, 2011 at 4:15 am
Thanks for ur reply...
If i am having the column in table with datatype varchar(10) means it will stores the the string with the max length of 10 characters.. If...
July 13, 2011 at 1:27 am
Viewing 15 posts - 31 through 45 (of 48 total)