Viewing 15 posts - 13,321 through 13,335 (of 13,451 total)
there's a bit of design issue here ;
the web page that this querystring was posted to had all those values in the Request.Querystring collection in the name-value combinations you wanted, but...
July 8, 2005 at 7:17 am
if you have access to a SQL7 instance, you can use the Import/Export wizard to move the database to the SQL7 instance, then back it up, and the backup would...
July 8, 2005 at 7:03 am
I 'm pretty sure you use the SQL Native Client provider to connect only to SQL 2005 instances., but I thought the native client had a dependancy to the .NET...
July 7, 2005 at 10:23 am
there is a script in the contributions section to check if a file exists...you could adapt it from there to call your functionality:
Script...
July 7, 2005 at 10:15 am
The database has been marked as "Suspect", not "Subject"..Suspect means SQL Server thinks it is corrupt;
i think you'll have to restore it from a backup.
July 5, 2005 at 11:03 pm
I always refer to it as the "tour of the desks" when an application is installed manually, vs pushing a package out via active directory or sysinternals pstools or another...
July 1, 2005 at 11:47 am
I tried the alternate method, but the excess violence just caused me to replace the keyboard ![]()
still trying to figure out; this sql...
June 30, 2005 at 9:24 am
the documents table exists, i guess i just didn't include in in the example for brevity;
that may give me the kick in the pants i needed; i didn't think about...
June 30, 2005 at 9:10 am
Thanks for the ideas Remi and Hans;
based on your input, i enhanced the uglysearch a bit more; now i check to make sure columns are at least as long as...
June 29, 2005 at 10:28 am
we all agree that a monster scan like this is bad, but bad or not, sometimes you need to do it.
Here's a slightly updated version, this simply uses if exists,...
June 29, 2005 at 9:12 am
I made an ugly server intensive cursor for a similar question a while back;noone came up with a better example so far.
see the thread here:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=181099
it whips through every varchar...
June 29, 2005 at 7:04 am
dinesh that delete script using sp_msforewachtable does not take into consideration foreign key hierarcies....so it will by default try to delete the4 tables in the order they were created...most likely a...
June 24, 2005 at 6:58 am
Query Analizer...heh
...too much pr0n on the brain.
June 24, 2005 at 6:47 am
ok and on your linksys router, you've mapped some port forwarding so it looks something like this?
if you don't have port forwarding to the sql server, of course your developer...
June 23, 2005 at 10:01 am
the proc should probablyo have SET NOCOUNT ON as the first statement; could that be the cause of the issue? i'd rename the proc to have underscores instead of spaces...
June 23, 2005 at 6:10 am
Viewing 15 posts - 13,321 through 13,335 (of 13,451 total)