Viewing 10 posts - 16 through 25 (of 25 total)
See this FAQ for a quick summary of your options:
http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=6&faqid=252
I hope it helps,
-Al
Funny thing about people and their computers...
The computer is completing millions of processes every second, but...
December 11, 2003 at 2:33 pm
The best approach is to test the SQL code out separately from the ASP code to get a feel for the number of records you should see.
My current employment position...
December 11, 2003 at 2:14 pm
Hang with me because I don't really have any hands-on experience with MSDE. All I know is MSDE uses the same engine as SQL server more or less.
If this...
November 17, 2003 at 4:27 pm
Hehe.. Joe... We had that problem too!!
At first I planned to write another VBS script deal with that problem as well. But then...
November 17, 2003 at 4:04 pm
We had (and still have) a problem with data like that here. The solution we came up with and seems to be working as expected is to pre-prepare the...
November 17, 2003 at 6:59 am
This behavior your describing has my SQL Server Bat-senses tingling in the direction of an authentication issue.
Questions -
Do the users that are supposed to have access rights to the MSDE...
November 14, 2003 at 9:29 am
When setting up servers for replication, make sure that the SQL Server Agent service in both systems is started using a network user account that has DBO rights in both...
October 9, 2003 at 2:39 pm
I would trust the following
If you run this quick query against the master database:
SELECT @@Version
and it returns the version:
8.00.0818
Then you are ok.
...
October 9, 2003 at 2:17 pm
I also have to side with the "best practice" of cleaning up after yourself when it comes to temp tables. It may eat a few extra CPU cycles to...
October 9, 2003 at 8:01 am
Another Web Application server to consider may be Macromedia ColdFusion MX. ColdFusion Markup Language has a very short learning curve compared to most other "web enabling" technologies. Circumstances...
October 7, 2003 at 8:56 am
Viewing 10 posts - 16 through 25 (of 25 total)