Viewing 15 posts - 9,361 through 9,375 (of 13,469 total)
wrong tool for the job.
what are you trying to accomplish? is this a keep alive so your web page stays in the server cache?
what's wrong with calling iexplorer.exe from windows...
May 27, 2010 at 8:05 am
wrong tool for the job.
what are you trying to accomplish? is this a keep alive so your web page stays in the server cache?
what's wrong with calling iexplorer.exe from windows...
May 27, 2010 at 8:04 am
V in your first query of the UNION ALL you have this as part of the WHERE arguments:
CFA.ORGID IN ('*','SERVICE','4C0C6A2U7P','4X9A8F2U5A')
but in the second part of the union all,...
May 27, 2010 at 7:04 am
Baskar B.V (5/26/2010)
I am planning to write a trace to capture the trace for inserts/updates happening in sql-server tables across a server. Which event i should use to capture that?...
May 27, 2010 at 6:59 am
well i'd guess it was permissions of the service account running SQL, even though you said it's got permissions;
if you have xp_cmdshell enabled, you could see if this returns results,...
May 26, 2010 at 12:23 pm
if i google Error 2147217900 , there are at least 4 different error descriptions related to that error number in the top 10 links i found...we'd need the error description...
May 26, 2010 at 8:12 am
but having credentials that are valid is the precursor to doing anything to each server.
so what if i know databaseserver.google.com exists, can i loginto it with a known username? can't...
May 26, 2010 at 8:07 am
well you gotta be sysadmin to add sysadmins...so can we assume you can login as 'sa' on every machine?
the easiest way would be to add your windows login to each...
May 26, 2010 at 7:49 am
is there a downloadable demo of this, even crippleware for using only the Adventureworks db or something?
this sounds too good to be true, so I'd like to see it form...
May 26, 2010 at 7:12 am
for me, i use a rule of thumb of 10% of the mdf size as the needed log size, but the correct answer is "it depends".
If your database is in...
May 26, 2010 at 7:09 am
you didn't print the actual error, so this is just a guess: the error was constraint name "pk_username_profile " already exists
search your script for pk_username_profile and see if it...
May 26, 2010 at 7:01 am
J this thread was the most valuable thing of the week for me; i learned a lot. thank you very much.
I had to change your udf very slightly; i converted...
May 25, 2010 at 3:57 pm
J that got me looking in the right direction;
for whatever reason, my dll's class name is a little weird; i used hte deploy option, and then when i scripted the...
May 25, 2010 at 3:39 pm
J i've got a question for you regarding deployment;
i created a new VS project named "MyCLRProjects, and added only your Partial Public class as an example;
it compiled, and i was...
May 25, 2010 at 1:16 pm
do you still have FTP access to the root of your web site? can't you download the suite of pages, as well as the mySQL database and rehost it somewhere...
May 25, 2010 at 11:42 am
Viewing 15 posts - 9,361 through 9,375 (of 13,469 total)