Forum Replies Created

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

  • RE: Microsoft Gold Certified Partner Companies - Horror Stories

    Simon-413722 (1/9/2012)


    jnuqui (1/8/2012)


    they should have read the background of the company first before proceeding with the implementation.. customer feedback review is also a must.

    Anyway, I have a horror story too...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Database crash

    GilaMonster (1/9/2012)


    chrisians2929 (1/9/2012)


    he just said its not working

    Then you would need to ask him for clarification. 'Not working' is useless as a description of a problem.

    amen to you sir..

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Database crash

    aw dang... and me thought there really is a problem.. this is just a typical LOGIC question being asked in interviews. the interviewer nailed you man. hahaha

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Database crash

    please give us more details like screenshots for details so we could help.:-D

    ===============================================================

    "lets do amazing" our company motto..

  • RE: HOW TO FIND A VALUE IN ALL COLUMN OF ALL TABLE IN A db.

    in addition you may use this script.. 🙂

    you may want to run this per database lol.. haha just change the value to what you want to search lol.. you...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: HOW TO FIND A VALUE IN ALL COLUMN OF ALL TABLE IN A db.

    hi you may use the Len variable.

    select employeeID, EmployeeName, EmployeeTask from Employees

    where Len(employeedID) = 9

    this will post only all employeeID whos lenght is 9 eg.(000333444)

    hope this helps...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: How to Encrypt a Table

    cheers! 🙂

    ===============================================================

    "lets do amazing" our company motto..

  • RE: in sqlserver2008r2 i just want to create a admin database

    Dude this manipulation should be done in application side. 🙂

    You should set column in your user table that will verify if this is an admin user.

    Sample table:

    UserName ...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: SQL Agent Job succeeds even though step should fail

    your job is a success because you've successfully executed a script which should fail. lol. kiddin.

    FYI that SQL server checks your script before you could create the job. 😀 it...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: How to Encrypt a Table

    hi!

    You may use this step by step guide by PINAL. Im pretty sure this procedure is the same as the one when we did encryption thingy in our MS SQL...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Can't create users -- permissions issue

    try using the GUI version lol. h:-D

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Microsoft Gold Certified Partner Companies - Horror Stories

    they should have read the background of the company first before proceeding with the implementation.. customer feedback review is also a must.

    Anyway, I have a horror story too but its...

    ===============================================================

    "lets do amazing" our company motto..

  • RE: SQL Instance Naming Conventions for Linked Servers

    of course you may not. 😀

    put [ ] in their names. same as reply above. 🙂 sample [North-wind].[Employee].[User-Names] something like that. 😛

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Can't execute queries in SSMS 2008 against SS 2000 databases

    haha click the F5 button dude! 😀

    ===============================================================

    "lets do amazing" our company motto..

  • RE: Automatic Emails from a query -Unique records only

    OK so heres the catch. put the email alert on the same stored procedure your application is using to insert the orders. with this it will surely mail the new...

    ===============================================================

    "lets do amazing" our company motto..

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