About 50 results
Open links in new tab
  1. R NaN to SQL NULL? - social.msdn.microsoft.com

    Nov 20, 2017 · Is there a way for R to convert NaN to NULL so that it doesn't fail and passes NULL values back to SQL as I intend it to?

  2. MDX - ADO-MD & OLEDB - social.msdn.microsoft.com

    We have created SSRS reports that connect to SSAS using ADO-MD. One of the reports that return around 5000 records was taking 15 sec to execute - On profiling the query, I found that "Serialize …

  3. Certificate Template for SQL Encryption

    Dec 24, 2018 · I'm trying to setup a certificate to encrypt connections to SQL Server. I've successfully setup the encryption using a "Computer" template. The problem I'm facing is I'm setting up a failover …

  4. KB3178925 CU1 for SQL 2014 SP2 not available in SCCM/WSUS

    Oct 17, 2016 · We want to install KB3178925 on our SQL 2014 SP2 servers but it seems this CU is not appearing in our SCCM environment. We see other CU updates for SP1 version and SP2 itself, but …

  5. Having a running sum field in SQL Server 2008

    Jul 10, 2010 · i guess that i must use something like runningvalue function in query design sheet in field section. but i don't know the exact expression whose result causes to generate above result set.

  6. How to prevent a textbox from expanding horizontally?

    Jun 15, 2011 · When this textbox contains a large string, it expands horizontally and starts to push other data outside the boundaries of the page, making everything look very ugly. Reading other posts on …

  7. net_packet_size being overridden? - social.msdn.microsoft.com

    Apr 19, 2010 · Our running values for net_packet_size are set to the default, 4096. however, a select from sys.dm_exec_connections reveals TCP connections (MS JDBC 2.0 via Tomcat) running at …

  8. SQL command and instpubs - social.msdn.microsoft.com

    Mar 14, 2008 · I encountered a problem once I had opened the SQL command utility. I am unable to paste the instpubs script into SQL command, nor type anything whatsoever. After about 30 seconds …

  9. Does SQL CE 4.0 officially support multi-user scenario?

    Oct 4, 2012 · I think SQL CE 4.0 support multi-user scenario. In SQL Server Compact, you can run multiple simultaneous applications that are accessing or modifying different sets of data. Some 64-bit …

  10. SQL Job error: error code 0x5. [SQLSTATE 42000] (Error 15404)).

    May 15, 2012 · The first account (DOMAIN\USERA) will be used to to run the SQL Server Agent. The second account (DOMAIN\USERB) will be setup as the owner of the job. Currently, UserB is under …