Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,409 total)

  • RE: How can I change a user created without login to a user with login

    The master database contains all information about the instance settings, logins, userdatabase definitions, etc. Any changes made after the available backup time (like a password change, adding/removing a database) have...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: How can I change a user created without login to a user with login

    TC-416047 (8/15/2013)


    First thanks for the response! Very much appreciated.

    I only have the mdf and ldf files for the master db.

    how should/can I restore them?

    If you have a backup available, it...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: How can I change a user created without login to a user with login

    TC-416047 (8/15/2013)


    Since I already attached the production database aren't the UIDs already changed?

    I'm uncertain about the order of things to do.

    The UID of the user is stored in the...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: How can I change a user created without login to a user with login

    If possible, restore the [master] database from the last good backup (or more and very(!) risky: use the mdf/ldf files). When you have restored the master database, all logins are...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: VBA - Access to the remote server is denied because no login mapping exists

    khurmi.navpreet (8/15/2013)- Check if the login is connected to the user in the database: use {db_name};exec sp_change_users_login 'Report' - Executed this command but it gave me only 2 usernames with...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Search string without special characters

    That's a nice problem you have on your hands.

    My first guess would be to create an additional (calculated) column and put in the value without all special characters (F120SB). Also...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Put 4 tables in 1 table.. HOW to do that?

    First, take a step back and clearly think about your requirements and purpose.

    - Like Jeff mentioned: do you really need a duplicate of all the data in the four tables,...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: How to create a time based trigger in sql server 2008?

    You don't give us much information. Can you specify your needs and describe the purpose?

    Perhaps you can create a SQL Agent job that executes your command at the specified time(s)?

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: VBA - Access to the remote server is denied because no login mapping exists

    Please make it clear if it involves a MS Access database (because you posted this in the MS Access forum) or a SQL Server database (like you mention in the...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Maintain the sort order of data file while using bcp

    To meet your demands you first have to define a table with an identity column. Then you need to read the file line-by-line and add these as seperate records to...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Maintain the sort order of data file while using bcp

    Why do you need to keep a sort order during the insert? The sort order is only required during a display (SELECT) of the results and can be accomplished (and...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Best way to import fixed length ASCII text files, that are not delimited ?

    I guess this wouldn't be the most elegant/easy/fastest solution, so other options will still be welcome.

    You can import the file into a (temporary) table of a single NVARCHAR(....) column. After...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Moving FTDATA folder from different drive in sql server 2005

    Microsoft has made a support article about this. Take a look at http://support.microsoft.com/default.aspx?scid=kb;EN-US;240867. It applies to SQL2000 but I guess it won't differ much for SQL2005.

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Log LDF file

    It is almost impossible to get information about actions being taken in the past, if you don't have some kind of auditing/logging/tracing active. If it is important to know who...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: What happened to "Yesterdays Question" and answer

    Maybe it's removed to prevent "cheating". If you have read the answer it has no point in answering the question 😎

    If you want the explanation, just try to answer the...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **

Viewing 15 posts - 841 through 855 (of 1,409 total)