Viewing 15 posts - 871 through 885 (of 3,061 total)
laddu4700 (8/1/2011)
Who will write the end-user report scripts ( business logic based)....
August 2, 2011 at 12:34 pm
chess.chess (8/2/2011)
online banking ? i.e. how many tables and MBs of data ? Just looking...
August 2, 2011 at 12:08 pm
rootfixxxer (7/19/2011)
Kind of a start date, end date, and a bit field referring to the current...
August 2, 2011 at 12:03 pm
Roger Sabin (8/2/2011)
If I use ALTER TABLE to change the varchar size (e.g. varchar(20) to varchar(50)), SQL Server will not duplicate the table but...
August 2, 2011 at 11:54 am
Ninja's_RGR'us (8/2/2011)
PaulB-TheOneAndOnly (8/2/2011)
sravnmaganti (8/2/2011)
actually i want to know is it possible to create primary key with non_cluster index.Yes.
Edit: man, you are fast
I know, and it's about time you realized it...
August 2, 2011 at 11:49 am
sravnmaganti (8/2/2011)
actually i want to know is it possible to create primary key with non_cluster index.
Yes.
Edit: man, you are fast
August 2, 2011 at 11:38 am
b.narasimhakumar (6/21/2011)
I have created one generated time dimension and fact tablelike fact table column start_date
How can i join fact table with time dimension.
I assume you mean date dimension table.
In...
August 2, 2011 at 10:21 am
-Syd- (8/2/2011)
But it cant be order DESC by date place a TOP 1 on the...
August 2, 2011 at 10:10 am
-Syd- (8/2/2011)
I have some data, with differents date.Without making a subquery, is there a function on 2008r2 to compare which is the nearest date on the table to today?
No silver...
August 2, 2011 at 9:58 am
SJanki (8/2/2011)
I tried this
declare @InputPara varchar(100)
set @InputPara='Hello'
declare @OutputPara bigint
EXECUTE ( 'BEGIN ? := packagename.functionname(?,?); END;', @InputPara, @OutputPara OUTPUT )at linkedservername;
Its giving me this error
Msg 7215, Level 17, State...
August 2, 2011 at 9:53 am
denver.drake (8/2/2011)
August 2, 2011 at 8:31 am
denver.drake (8/2/2011)
August 2, 2011 at 7:59 am
Roger Sabin (8/2/2011)
August 2, 2011 at 7:36 am
PhilipC (8/2/2011)
I see most people suggest using a custom script to run re-indexing across their databases...
August 2, 2011 at 6:44 am
Viewing 15 posts - 871 through 885 (of 3,061 total)