Viewing 15 posts - 4,321 through 4,335 (of 6,486 total)
(trying this again).
I would use ASP.NET 2005, and simply go with the built-in user controls. there's just about zero coding required.
Drop a formview control on the page, point the formview...
March 6, 2008 at 5:50 pm
liuc (3/6/2008)
I setup the sql agent access method on "This account" using the same account used to access the remote folder and the job works giving this...
March 6, 2008 at 5:36 pm
Laurie Thompson (3/6/2008)
Thanks very much for your input. I indexed as you said and it does run quicker. However, when I ran the "Index Tuning Wizard" it recommened:
[Open%] ,[High%],...
March 6, 2008 at 5:34 pm
Vista Home Premium will not allow you to run SSRS. It just plain won't install from what I can tell. As being a "home" product, MS saw fit...
March 6, 2008 at 5:14 pm
Jeff Moden (3/6/2008)
Yes, I agree... if you're going to do a lot of ETL, a separate DB with SIMPLE recovery is certainly in order. In fact, if you really...
March 6, 2008 at 5:07 pm
Is there a chance to use the SP to generate the table?
For what it's worth - using SELECT...INTO instead of CREATE...INSERT INTO... would allow you to not have to specify...
March 6, 2008 at 5:02 pm
Loner (3/6/2008)
March 6, 2008 at 2:48 pm
PhilM99 (3/6/2008)
Currently:
I have a web server which interacts with clients. It has a SQL 2000 database which I...
March 6, 2008 at 1:39 pm
SQL King (3/6/2008)
Porkchops? Why anyone else? I will take it.....:D
Careful what you ask for. Jeff purportedly serves them up with the use of a slingshot (My take on that...
March 6, 2008 at 1:35 pm
I'm not quite sure what you mean by a "function update script" - but the UPDATE clause is alive and well in SQL Server.
yours looks something like
UPDATE dbo.ClippershipImport
SET TRACK_NO...
March 6, 2008 at 1:20 pm
Esined (3/6/2008)
Problem solved (and...
March 6, 2008 at 12:55 pm
You can't "build" the expression INSIDE Exec. You have to build it FIRST, then pass it fully built into Exec.
As in - (I haven't checked to see if you...
March 6, 2008 at 12:25 pm
Me neither. Actually - rubbing "them" the wrong way is a bit of my specialty:)
Then again - there's apparently no expectation of performance - you just got to be...
March 6, 2008 at 12:20 pm
Yes - with a big "asterisk". Shrinking database files tends to fragment the internals quite a bit, so once you shrink you will also want to run a reorg,...
March 6, 2008 at 11:51 am
I'd also consider making on a derived column of the other. meaning - days as a factor of months in service, or vice versa.
March 6, 2008 at 11:47 am
Viewing 15 posts - 4,321 through 4,335 (of 6,486 total)