Forum Replies Created

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

  • RE: Returning Nth row

    I decided to go with adding a bitmask to the parameter table and have now found the following code to return the bit('s) that are currently set.

     
  • RE: Clearing Login Table Entry On connection

    Problem solved....

    I have creates a stored procedure to check the sysprocesses against the Workstation ID table and scheduled this to run every 10 mins (a bit excessive but it stops...

  • RE: ASP

    looking at the snippet of code it looks as though you are embeding your asp within html..

    try this

    copy the bit below and save as test.asp

    ...
  • RE: Access vs SQL Server

    We have a similar situation here with departments writing their own access applications and then the person responsible leaves...

    it then falls on the IT department / DBA to pick up...

  • RE: MDAC Version

    The way i check for the mdac version is by doing the following

    copy the code below into notepad

    dim oConn

    set oConn=CreateObject("ADODB.Connection")

    msgbox "Mdac Version = " & oConn.version

    set oConn = nothing

    save it...

  • RE: Application Forum

    It would also be usefull for those who had bought the software to make others aware of its limitations within SQL i.e. requiring the user to know the SA password...

  • RE: Report Printing from SQL 2000

    You could also use crystal reports from within VB (see the crystal decisions website), but beware!! there are issues with licenses if you want to publish these reports on the...

  • RE: RAID - Placing the data and log files

    Well I think I have got to the bottom of our disk thrashing problem...

    The problem did not occur at all on friday..No changes have been made to the server..

    The...

  • RE: RAID - Placing the data and log files

    Vladan,mdamera, e.t.c

    Out of interest

    How many databases, What sizes , and how many transactions per second...

    This information would be of some help in proving my case if push comes to shove.....

  • RE: Do you allow developer to access Production Server

    quote:


    if you listen carefully) hear the satisfying thud of leather on ass of the individual concerned


  • RE: RAID - Placing the data and log files

    Another thought

    I remember I was at the Visual Studio .Net launch in london and Micro$oft were going on about the performance increases to be had from using a RAW partition...

  • RE: RAID - Placing the data and log files

    This thread could not have come along at a more apt time.

    Situation

    Our Production Sql server is exhibiting Network Locks and pageiolatch_sh locks.

    the configuration of the diskc is a single RAID...

  • RE: Do you allow developer to access Production Server

    It depends ........

    No honestly I agree with the fact that many developers are more knowledgable than the DBA (Hence I am both).

    But the fact remains that 'Ignorance is the mother...

  • RE: Do you allow developer to access Production Server

    I am the SQL DBA & a developer as well ..

    I am currently trying (without success) to lockdown all our SQL servers.. however

    Everytime I restrict developers to read...

  • RE: Copy SQL Database On Client Site!

    Another way is to Backup the database, use RAR to compress.

    Email the file (depending on size) and restore on the client machine.

    ... shame you cannot use replication via email ..

    Probably...

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