Viewing 15 posts - 781 through 795 (of 2,486 total)
Just to throw in my 2 cents worth. Our server is a Dual 3Ghz with 2GB RAM.
For the last few weeks we've been running out 900+ reports to PDF's via the...
September 18, 2005 at 10:05 pm
I patch all our servers via Terminal Services session. Generally this is done during the day with a reboot performed as a scheduled task.
Haven't had any adverse problems yet.
September 18, 2005 at 8:12 pm
I may have lead you down the garden path a bit here. Presuming your website is setup for Windows authentication only, then you can connect to SQL Server using the...
September 18, 2005 at 7:55 pm
"So if a person is authorized access to my web page they are authorized to run any querries that exist in the web page... "
If the SQL Server and the...
September 18, 2005 at 1:48 am
What values do you get when you run,
SELECT TOP 1 P.RegionID, TD.SpecifiedSlump, TD.SpecifiedSecondSlump FROM tblTruckDocket TD LEFT JOIN tblPlant P ON TD.PlantID = P.PlantID
Then what results do you get if you...
September 16, 2005 at 4:58 am
Steve, piccy's don't work unless they're hosted somewhere.
September 16, 2005 at 2:50 am
This handy knowledgebase article should give you all the necessary details.
http://support.microsoft.com/default.aspx?scid=kb;en-us;263556&sd=tech
September 16, 2005 at 12:04 am
As per Books Online, you can use the EXECUTE option of the INSERT statement.
September 15, 2005 at 11:24 pm
Now what are the odds of that. Exactly the same time...
September 15, 2005 at 10:57 pm
1) You'd be thinking of "SELECT <fields> INTO <new table name> FROM <table>"
2) You can use the ALTER TABLE command to disable triggers. Check Books Online for syntax and specifically...
September 15, 2005 at 8:39 pm
Ok, you're forgiven because you've only just started with SQL Server
Using the sa account to connect to SQL Server is a BIG...
September 15, 2005 at 8:35 pm
It sounds a lot like the functionality provided by ASPMaker.Net
Have you looked at this application? Basically you provide it with a database connection and it allows to specify what and...
September 15, 2005 at 7:58 pm
Viewing 15 posts - 781 through 795 (of 2,486 total)