Forum Replies Created

Viewing 15 posts - 826 through 840 (of 5,504 total)

  • RE: SQL server processor licenses

    You might find this link helpful, too.

    Unfortunately, Microsoft decided to "hide" all online licencing documentation for SQL 2008. All links refer to 2008R2....

    But the best option would be to contact...

  • RE: making an aggregate function

    Please provide table def, sample data and expected result as decribed in the first link in my signature. It will be much more helpful than a verbal description...;-)

  • RE: Filter Large table using small one

    No, it's not clear yet.

    We still need a definition of "first occurence" as Cadavre already pointed out.

    The following requirement is more than vague:

    I want to add the Path from Smalltable...

  • RE: sql query

    Please share what you've tried so far and where you get stuck.

  • RE: How to password protect your database on other person's machine and safeguard sql database from windows login

    There is no way whatsoever to 100% secure a database so that NOONE can "re-engineer" it.

    Usually, someone with server based administrative privileges can add a new user. Or the backup...

  • RE: Syntax - Open Query - JOIN Linked Server Table with SQL Server Table

    You might not even need a dynamic SQL.

    Did you try the "EXECUTE(query with parameter) AT LinkedServer" approach? You might need to store the returned data in an indexed temp table...

  • RE: sql query

    Did you try the FULL OUTER JOIN syntax?

  • RE: service broker

    There are two sources I can recommend for descriptions of SSSB troulbeshooting:

    Rusanus blog[/url] (not limited to the article this link points to) and

    Johans (aka ALZDBA) article[/url].

    Those two should help you...

  • RE: writing a query with joins

    You may have noticed that (by the time I'm writing this reply) almost 50 people did read your post. But noone answered.

    The main reason most probably is the incomplete information.

    In...

  • RE: A Welcome Intruder

    I've participated in intrusion/penetration tests, too.

    We thought we were in a good shape until the person we got in to perform the test found a piece of software on our...

  • RE: Access 2010 to SQL 2008 R2 ODBC Error

    tfifield (12/1/2011)


    As a further comment on what Lutz posted. An updatable query in Access may not be updatable when converted to a view on the SQL Server side. ...

  • RE: Help Stored Procedure

    First of all: don't "Dude" me. This is a professional forum and not a kids chatroom.

    Regarding the error:

    Change ORDER BY DESC to ORDER BY ASC in cte_next_id_part

  • RE: Help Stored Procedure

    Hi,

    attached is one way to solve this "puzzle" (assuming I understand the requirement correctly).

    As a side note: please note how I posted the sample data in a ready to use...

  • RE: Access 2010 to SQL 2008 R2 ODBC Error

    There are several possible reasons for this error message:

    1) When using the ACCESS Wizard to link the table, did you mark the identity columns for each table? If not, it...

  • RE: Access 2010 to SQL 2008 R2 ODBC Error

    Then it seems like there hass been a connection to SQL Server data before and the front end still using this "old" connection. Maybe it's even a connection to a...

Viewing 15 posts - 826 through 840 (of 5,504 total)