From stuart at lexacorp.com.pg Wed Sep 9 01:20:51 2015 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Wed, 09 Sep 2015 16:20:51 +1000 Subject: [dba-SQLServer] SQL Sharp In-Reply-To: References: , , Message-ID: <55EFCFC3.31340.AC625E0@stuart.lexacorp.com.pg> Just came across this. Wish I had known about it years ago :) http://www.sqlsharp.com "SQL# is a small .Net / CLR library (Assembly to be specific) that resides in a SQL Server 2005 (or newer) database and provides a suite of User-Defined Functions, Stored Procedures, User-Defined Aggregates, and User-Defined Types. This set of tools is designed to make the lives of countless SQL Server professionals easier by providing the broad range of commands available in most other languages outside of SQL" From df.waters at outlook.com Wed Sep 9 16:52:29 2015 From: df.waters at outlook.com (Dan Waters) Date: Wed, 9 Sep 2015 16:52:29 -0500 Subject: [dba-SQLServer] SQL Sharp In-Reply-To: <55EFCFC3.31340.AC625E0@stuart.lexacorp.com.pg> References: , , <55EFCFC3.31340.AC625E0@stuart.lexacorp.com.pg> Message-ID: Hi Stuart, Did you get the free version or paid version? Thanks! Dan -----Original Message----- From: dba-SQLServer [mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Wednesday, September 09, 2015 1:21 AM To: Discussion concerning MS SQL Server Subject: [dba-SQLServer] SQL Sharp Just came across this. Wish I had known about it years ago :) http://www.sqlsharp.com "SQL# is a small .Net / CLR library (Assembly to be specific) that resides in a SQL Server 2005 (or newer) database and provides a suite of User-Defined Functions, Stored Procedures, User-Defined Aggregates, and User-Defined Types. This set of tools is designed to make the lives of countless SQL Server professionals easier by providing the broad range of commands available in most other languages outside of SQL" _______________________________________________ dba-SQLServer mailing list dba-SQLServer at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-sqlserver http://www.databaseadvisors.com From stuart at lexacorp.com.pg Wed Sep 9 17:20:51 2015 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Thu, 10 Sep 2015 08:20:51 +1000 Subject: [dba-SQLServer] SQL Sharp In-Reply-To: References: , <55EFCFC3.31340.AC625E0@stuart.lexacorp.com.pg>, Message-ID: <55F0B0C3.11271.E3512DE@stuart.lexacorp.com.pg> I got the free version initially as I was looking for a quick RegEx solution at the time. When I looked through the PDF manual, i found lots of goodies in the paid version that will make my life a lot easier over the next few months on this project. The file and network stuff alone are going to be huge timesavers and the String_Levenstein etc functions are just what I want for fuzzy data matching ( I'm on a major re-write of the PNG Electoral Roll management system.) Now I'm waiting for the Electoral Commission to cut me a cheque so that I can buy the paid version for them via Paypal. -- Stuart On 9 Sep 2015 at 16:52, Dan Waters wrote: > Hi Stuart, > > Did you get the free version or paid version? > > Thanks! > Dan > > -----Original Message----- > From: dba-SQLServer > [mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of > Stuart McLachlan Sent: Wednesday, September 09, 2015 1:21 AM To: > Discussion concerning MS SQL Server Subject: [dba-SQLServer] SQL Sharp > > Just came across this. Wish I had known about it years ago :) > > http://www.sqlsharp.com > > "SQL# is a small .Net / CLR library (Assembly to be specific) that > resides in a SQL Server 2005 (or newer) database and provides a suite > of User-Defined Functions, Stored Procedures, User-Defined Aggregates, > and User-Defined Types. This set of tools is designed to make the > lives of countless SQL Server professionals easier by providing the > broad range of commands available in most other languages outside of > SQL" > > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > > > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > > From mcp2004 at mail.ru Thu Sep 10 02:15:09 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Thu, 10 Sep 2015 10:15:09 +0300 Subject: [dba-SQLServer] =?utf-8?q?How_To=3A_Running_Database_Engine_Tunin?= =?utf-8?q?g_Advisor_to_analyse_the_query_from_a_query_window?= Message-ID: <1441869309.488356817@f75.i.mail.ru> Hi All -- Busy here with an urgent work so I'm asking maybe an easy question, but no time for intensive googling - and you may know the answer from your everyday experience, and I have no experience with the subject tool: I somehow "automagically" (Tools->Database Engine Tuning Adviser->... ???) got the subject tool to analyze the results of a query from SQL Server Management Studio query window (or a whole current database? - the database is small and query uses a good half part of the main production tables of this database), but when I have tried to run the subject tool against another query window it started to look for db connection, I have provided it no problem, but then all "magic" disappeared - it needs to provide some more info to start analysis and I don't know how to "give it" the current query window to work on.... Question: How can I "ask" this tool to analyze the current query window? Thank you. -- ???????????? ?????? From fuller.artful at gmail.com Sat Sep 12 05:52:16 2015 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 12 Sep 2015 06:52:16 -0400 Subject: [dba-SQLServer] How To: Running Database Engine Tuning Advisor to analyse the query from a query window In-Reply-To: <1441869309.488356817@f75.i.mail.ru> References: <1441869309.488356817@f75.i.mail.ru> Message-ID: As I recall, it's just an option you can choose on the Query menu. Arthur On Thu, Sep 10, 2015 at 3:15 AM, Salakhetdinov Shamil wrote: > Hi All -- > > Busy here with an urgent work so I'm asking maybe an easy question, but no > time for intensive googling - and you may know the answer from your > everyday experience, and I have no experience with the subject tool: > > I somehow "automagically" (Tools->Database Engine Tuning Adviser->... ???) > got the subject tool to analyze the results of a query from SQL Server > Management Studio query window (or a whole current database? - the database > is small and query uses a good half part of the main production tables of > this database), but when I have tried to run the subject tool against > another query window it started to look for db connection, I have provided > it no problem, but then all "magic" disappeared - it needs to provide some > more info to start analysis and I don't know how to "give it" the current > query window to work on.... > > Question: How can I "ask" this tool to analyze the current query window? > > Thank you. > > -- > ???????????? ?????? > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > > -- Arthur