About 197 results
Open links in new tab
  1. Copy tables with all constraints - social.technet.microsoft.com

    Script Full-Text Indexes -> True and Script Indexes -> True. Press NEXT Step 4. Choose Object Type -> Tables Step 5. Choose Tables -> select tables you want to generate script. Press …

  2. The Remote Desktop Session Host server is within its grace period …

    The Remote Desktop Session Host server is within its grace period, but the RD Session Host server has not been configured with any license server.Configure a license server for the …

  3. SQL query to get a list of relations between workitems

    How can I create a SQL query to get a list of all problems with related changes? And all problems with related incidents? I have tried to join the tables RelationshipTypeDim with …

  4. Connect InfoMessage event is not firing

    " It turns out that not everything that appears in Management Studio’s “messages” tab directly comes from SQL Server, at least in literal text format. Setting NOCOUNT OFF doesn’t cause …

  5. How to prevent text from spilling over the cell border?

    How to prevent the text from cells to spill over adjacent cells? I know i can use "wrap text" but it changes the height of the cells and i don't want to change the cells size. I just want to hide the …

  6. SQL Server - first time connection taking a long time

    You can probably test this most simply by simply pinging the SQL Server host from a cmd.exe window. If it takes a long time before the ping program begins sending packets, it's very likely …

  7. How to delete users based on last log on date and in a particular …

    I want to delete bulk Users who are in particular OU in active directory and thier last logon date should be in between two particular dates. before deleting i need to upload the details to excel.

  8. System.ArgumentNullException: Value cannot be null. Parameter …

    System.ArgumentNullException: Value cannot be null. Parameter name: GroupList Archived Forums 761-780 > Operations Manager - General

  9. Hybrid Cluster - Adding Azure Node to on Prem Cluster

    Let me give you some background, we have a Failover cluster consisting of 3 servers that host SQL AGs, this is on prem running Windows 2012R2. We're looking to migrate our …

  10. changing SQL account password in specific database

    When I said sql account, I meant sqlLogin. My windows login does not have permissions on the sql login account,so, it does not show up on the list of logins. My script will have information on …