Forum Replies Created

Viewing 15 posts - 1 through 15 (of 88 total)

  • RE: 70-461

    daveburch235 (12/2/2016)


    Greetings, all. I am new here. I am preparing for the 70-461 exam, and my question is how to get hands-on work with a real database server when I...

  • RE: Negative SPID -4

    I also faced this issue, and following blog post helped a bit in understanding what negative SPIDS are: http://www.mytechmantra.com/LearnSQLServer/Kill-Negative-SPID-in-SQL-Server/[/url]

  • RE: Database in Recovery Pending State

    I also had this issue today with my DEV DB server, and database was showing in Recovery Pending State.

    On running the mentioned statement in one of previous responses, the database...

  • RE: SQL 2016 R Syntax?

    You can test the R integration with SQL Server 2016 now, as its has been released with the beta/preview version i.e. CTP 3.

    Check here: http://blogs.technet.com/b/dataplatforminsider/archive/2015/10/28/sql-server-2016-community-technology-preview-3-0-is-available.aspx

  • RE: SQL 2016 Syntax

    "R" was not part of CTP2 release of SQL Server 2016.

    It might be coming with the CTP3 release or with the RTM, and followed by the MSDN/Technet articles.

  • RE: SQL 2016 R Syntax?

    "R" was not part of CTP2 release of SQL Server 2016.

    It might be coming with the CTP3 release or with the RTM, and followed by the MSDN/Technet articles.

  • RE: Few Qs On SQL Server 2016

    -- how to delete this reply?

  • RE: Few Qs On SQL Server 2016

    Check what's New in SQL Server 2016 Database Engine (MSDN BoL): https://msdn.microsoft.com/en-us/library/bb510411(v=sql.130).aspx

    And my blog series on SQL 2016, here[/url].

  • RE: SQL Server 2016 CTP - R?

    "R" support is not in CTP2, it will come in CTP3 release of SQL Server 2016

  • RE: json into sql server

    Yes Jeff,

    The currently released version of SQL Server 2016 is CPT2, where you can only export SQL table rows in JSON string format.

    I've put this in a blog post http://sqlwithmanoj.com/tag/json-sql/[/url].

    With...

  • RE: SQL SERVER 2008 to Json

    Well with SQL Server 2016 you can export SQL table rows into JSON string format. JSON in SQL will just work like XML with similar semantics.

    Check this: Export SQL table...

  • RE: json into sql server

    Well with SQL Server 2016 you can import a JSON string into a SQL table. JSON in SQL will just work like XML with similar semantics.

    This feature is coming in...

  • RE: Generating JSON from SQL

    Well with SQL Server 2016 you can export SQL table rows into JSON string format. JSON in SQL will just work like XML with similar semantics.

    Check this: Export SQL table...

  • RE: Bulk Insert

    What error you are getting?

    I think you have not specified the database and schema name, can you try this:

    set @query ='BULK INSERT dbname.dbo.'+ @Tablename + ' FROM "'+ @Filepath+@Filename+'" WITH...

  • RE: Need help with DB mail

    Forget Job success/failure, did you try to send a test email after configuring db mail? -- please ignore this, I didn't read the last line in your question.

    If not then...

Viewing 15 posts - 1 through 15 (of 88 total)