Forum Replies Created

Viewing 15 posts - 16 through 30 (of 61 total)

  • RE: Monitor Question

    I do not understand your answer,what does PerfMon has to do with Profiler?

    "We never plan to Fail, We just fail to plan":)

  • RE: Should I give "70-431" or "70-432" exam.?

    Unfortunately, we live in a world in which perception is evething, take the 2005 and then the 2008. in the eyes of all hiring you will look at two certifications...

    "We never plan to Fail, We just fail to plan":)

  • RE: Creating Index on Table which containing Millions of rows

    Mr. Journeyman

    there are several things to consider here, One the table may not be the only issue, you have to look at the store procedures and tune the store procedures...

    "We never plan to Fail, We just fail to plan":)

  • RE: Insert, Update data from anothere server which do not have SQL Client

    if you have not solved the problem yet, the most logical option is to link the servers, the use the openrowset or just use the format which I use which...

    "We never plan to Fail, We just fail to plan":)

  • RE: Linking Access Database to SQL Server 2005 Express Problems

    Where is the Query being executed, in the access database side or in SQL Express? and do you have the tables linked via ODBC CODE using VBA or VB6 or...

    "We never plan to Fail, We just fail to plan":)

  • RE: Importing Validation

    Thanks for the Correction, Please understand I was very busy at the time. thx:w00t:

    "We never plan to Fail, We just fail to plan":)

  • RE: Importing Validation

    Found it on SQL 2000

    "We never plan to Fail, We just fail to plan":)

  • RE: Importing Validation

    Guys

    All Issues where resolved. here the answer was to use a non documented store procedure called xp_FileExist and catch the reurtn code.

    exec xp_fileexit 'c:\tst.txt', @catchcode Output

    if...

    "We never plan to Fail, We just fail to plan":)

  • RE: Dataset DB problem

    First of all I need to appologize for the wrong info I provide you with. that happens when switching from VB to CS.

    Solution: Server=".\\DBName;" +

    The "\\" well think...

    "We never plan to Fail, We just fail to plan":)

  • RE: GetDate Function

    Guys!

    I solved the problem. the answer is simply "Default"

    insert into tt99(Datetime2, description)

    values (default,'Testing the Default')

    simple is it not?

    😛

    "We never plan to Fail, We just fail to plan":)

  • RE: How To: Connect a mainframe VSE, COBOL App to SQL Server

    Having Worked in the World of MainFrames, both as an Operator and Applications developer, I am familiar with the problem you face that is not Unique. fact this is another...

    "We never plan to Fail, We just fail to plan":)

  • RE: GetDate Function

    Did You test it?

    Yes I did tried it.

    thanks

    "We never plan to Fail, We just fail to plan":)

  • RE: Dataset DB problem

    string conStr = @"Server = .\sqlexpress" _

    & ...

    "We never plan to Fail, We just fail to plan":)

  • RE: Dataset DB problem

    Q. have you solved this problem? let me know. thanks :hehe:

    "We never plan to Fail, We just fail to plan":)

  • RE: Linked tables

    Are You talking Link Tables, LinkServers or Linked tables is Access. can you clearify the Q.

    😎

    "We never plan to Fail, We just fail to plan":)

Viewing 15 posts - 16 through 30 (of 61 total)