About 50 results
Open links in new tab
  1. Object moved - social.msdn.microsoft.com

    Object moved Object moved to here.

  2. MSDN

    MSDN

  3. M3 Sweatt's Profile - social.msdn.microsoft.com

    M3 Sweatt Member Since I work at Affiliations Website Experience Activity FAQ

  4. How to set an Email notification when VPN connection is down?

    For continuous and proactive network monitoring and alerting you have to use Azure automation, If you need to have a runbook run more often than every hour, multiple schedules must be created at …

  5. How to add a server variable to a web app service

    I'm trying to add a new server variable to my web app service.

  6. Adding a user using a stored procedure: Permission issues for 'sp ...

    Jul 10, 2009 · (and also tried) GRANT EXECUTE ON [sys]. [sp_addrolemember] TO [u_certSignCDPrincipal] where u_certSignCDPrincipal is the user in my database for login …

  7. Msdn forums

    Oct 22, 2009 · My SQL CLR UDTs are not displayed correctly in the database, or are they? Archived Forums 181-200 > Getting started with SQL Server The ToString method is intended to be used …

  8. Allow non-privileged Window Users to execute execute Stored Proc …

    Mar 20, 2012 · I want to allow non-privileged window accounts to run a stored procedure that uses openrowset (or a linked server … I’m flexible) to upload the excel data on a shared drive to SQL table.

  9. ConfirmButtonExtender display after validation

    Jan 4, 2008 · protected void Button1_Click (object sender, EventArgs e) { if (Page.IsValid) ConfirmButtonExtender1.Enabled = true; else ConfirmButtonExtender1.Enabled = false ...

  10. How to merge multiple tables in SQL query?

    Dec 12, 2009 · I'm new to SQL. I have 3 queries created deparately and finding a way to merge them together. Table 1: ID Name Total_X 1 abc 22 12 bcd 5 6 tfg 11 Table 2: ID Name Total_y 4 otg 50 1 …