Viewing 15 posts - 16 through 30 (of 122 total)
hi Dhananjay
if those 3 SP's have the same signature in the form of columns then why not combin those 3 SP's into 1 SP or create a 4th SP...
March 10, 2013 at 12:22 pm
Also check in the SSRs config file.
Probably the localhost name is used there in stead of teh hostname.
Normally you can alter this config file with the GUI from configuration manager,...
March 10, 2013 at 9:30 am
I agree with steve,
SSIS would be your best bet if you have the knowledge to use it.
Alternative if you don't have SSIS knowledge you can use a SP on the...
March 10, 2013 at 8:23 am
dbx (3/6/2013)
the tables the procedure runs against have a lot of data that is added on a daily basis,...
As the OP marked, with a whole lot of changes happening...
March 10, 2013 at 8:19 am
Using stored procedures has also the following benefits.
Security : dba can determine who can execute what
Tuning : mostly stored procedures are written by sql developpers who mostly know to find...
March 10, 2013 at 4:45 am
I don't think i really understand your question here.
But for what i think you mean, the best way to go would be to change the tablestructure of table 1 with...
March 10, 2013 at 4:26 am
hi Mvs2k11,
I don't think there is any generic query available for what you want to do.
Besides there are duplicate studentnames in the different tables.
My best guess would be to create...
March 10, 2013 at 4:22 am
Tnx Guys,
This Round (Truncate) was just what i needed today 😉
Wkr,
Eddy
October 17, 2012 at 4:13 am
shelts (9/28/2012)
October 3, 2012 at 11:39 pm
Guess it depends
Mostly on the programming background you have
In C languages it would be !=
Whereas in Visual Basic languages it would be <>
I myself , i mostly write in Visual...
December 6, 2011 at 5:18 am
April 14, 2011 at 7:55 am
yeah but thats just whats make my wonder..
if a defrag tool defragmenst my mdf file from lets say 10 pieces, back to 1 piece
then i wonder, how that affects the...
February 16, 2011 at 12:55 pm
What would be the best way for defragging a disk on witch database files are also stored.
backup database
defrag disk
and then restore database
that is what i think would be the...
February 16, 2011 at 12:30 pm
why would you go into reading line per line and insert that into the dataview.?
put the result of your sqlstatement into a dataset
dim myds as dataset = new dataset("sqlstmt","sqlconenction")
then assign...
February 8, 2011 at 11:27 am
Hi steve,
I think i understand what you mean..,
Tomorrow morning, first thing i do when i get at work (here its now 7PM)
is trying what you suggested..
Keep you updated,
Wkr,
Eddy
January 27, 2011 at 11:12 am
Viewing 15 posts - 16 through 30 (of 122 total)