Forum Replies Created

Viewing 15 posts - 9,361 through 9,375 (of 13,469 total)

  • RE: Opening IE With Sqlserver code

    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...

  • RE: Opening Internet Explorer Using SQL-CODE

    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...

  • RE: want a way..

    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,...

  • RE: Trace table inserts/updates

    Baskar B.V (5/26/2010)


    Hi,

    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?...

  • RE: BULK INSERT failed on remote computer

    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,...

  • RE: Create DB Script

    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...

  • RE: A script to create login to a list of Servers and instances

    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...

  • RE: A script to create login to a list of Servers and instances

    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...

  • RE: IDERA SQL Virtual Database - too good to be true?

    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...

  • RE: estimate disk size for system dbs for a 50 GB app db.

    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...

  • RE: Create DB Script

    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...

  • RE: http call embedded in stored proc

    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...

  • RE: http call embedded in stored proc

    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...

  • RE: http call embedded in stored proc

    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...

  • RE: ERROR: Can't Connect to MySQL Server

    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...

Viewing 15 posts - 9,361 through 9,375 (of 13,469 total)