Forum Replies Created

Viewing 15 posts - 8,656 through 8,670 (of 8,730 total)

  • RE: Help on query performance

    Would a SELECT of the original tables using just the required columns help? or it wouldn't make any significant improvement?

    Or maybe a view limiting the rows I need before I...

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    That would be a problem with Windows or domain permissions.

    Try to connect to that server outside of SQL, if someone else is in charge of that, you should contact him.

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    emmanuel.constant (8/1/2012)


    Luis Cazares (7/31/2012)


    In the part where it asks

    Which SQL Server do you want to connect to?

    Server:

    Just put the IP Address and port. Example:

    192.168.0.1,1433

    If it works, that might be...

  • RE: DATETIME 2

    I'm really proud of me because instead of running the query, I went to SQL help to find out what where the 4 and 7 in the datetime2 declaration.

    I've learned...

  • RE: Insert with sp_ExecuteSql

    I'm not sure, but I believe your original problem was on:

    SET @ParamDefinition = '@counter_txt'

    As it should be

    SET @ParamDefinition = '@counter_txt as NVarchar(2)'

    Just for general knowledge, as it seems that you'll...

  • RE: Query Help- Cursor change into FOR WHILE LOOP, TEMP TABLE

    That's because those Stored Procedures weren't created due to errors in the code.

    For those you must use CREATE instead of ALTER.

    The other option, would be to use CREATE on all...

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    In the part where it asks

    Which SQL Server do you want to connect to?

    Server:

    Just put the IP Address and port. Example:

    192.168.0.1,1433

    If it works, that might be some problem with...

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    Why are you trying to create an ODBC connection?

    Are you trying to connect to SQL Server Management Studio?

    Are you using a prompt window like this?

    Or are you trying to create...

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    emmanuel.constant (7/31/2012)


    How would I do that?

    Instead of using ServerName\InstanceName

    Use IPAddress,port

    Example: 192.168.0.1,1433

  • RE: Cannot connect to SQL Server 2008 R2 remotely

    Have you tried connecting using the IP address and port instead of the server name?

    That happened in a company I used to work.

  • RE: Cannot delete records from table due to Reference Constraint

    rummings (7/31/2012)


    I tried to execute:

    Delete From Survey_Response

    Are you kidding? a DELETE with no WHERE? :blink:

  • RE: IntelliSense

    laddu4700 (7/31/2012)


    I am using SQL 2008 SP3 10.0.5500.0(x64). MS enterprise edition on Windows NT 5.2 x64 Build 3790 service pack 2

    ...

    am i missing anything here? Please advise.

    Is that the version...

  • RE: Backup Compression

    L' Eomot Inversé (7/31/2012)


    edit: looks as if some people have picked a less than 5 options, despite the clear instructions.

    I never read the "choose 5" instruction until I saw your...

  • RE: practical application of REVERSE function?

    Lynn Pettis (7/30/2012)


    Luis Cazares (7/30/2012)


    What's your point Lynn? The last two values use datalength on unicode strings and is normal to give the same output.

    Am I missing something? Have you...

  • RE: practical application of REVERSE function?

    What's your point Lynn? The last two values use datalength on unicode strings and is normal to give the same output.

    Am I missing something? Have you slept well lately?

Viewing 15 posts - 8,656 through 8,670 (of 8,730 total)