-
as seen on SQL Blog
- Search for 'SQL Blog'
Here’s a nifty little SSMS trick that my colleague Tom Hunter educated me on the other day and I thought it was worth sharing. If you’re a keyboard shortcut junkie then you’ll love it. How often when working with code in SSMS that contains temp tables do you see the following message: Msg 2714…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Tonight I spoke at the SNESSUG user group meeting in Warwick, RI. You can download the slide deck here (this is a 3.5 MB PDF with presenter notes): http://sqlblog.com/files/folders/23423/download.aspx If you attended the talk, please feel free to provide feedback at speakerrate.com: http://speakerrate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm loading a sql script up to an SSMS 2008 add-in like so:
' create a new blank document
ServiceCache.ScriptFactory.CreateNewBlankScript(Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType.Sql)
' insert SQL statement to the blank document
Dim doc…
>>> More
-
as seen on SQL Blogcasts
- Search for 'SQL Blogcasts'
My current client is using schemas which is good as it
provides nice seperation. However it causes me pain on a daily basis.
The reason. I can't use the built in keyboard shortcuts in SQL Server
management studio.
I can't believe how painfully annoying this is. It's just madness that…
>>> More
-
as seen on SQL Team
- Search for 'SQL Team'
I wonder if it is possible to use the SQL Server Management Studio (SSMS) client on my machine with a specific domain user when my machine wasn’t in that domain. In fact, many developers use some SSMS add-ons installed on their machine (with appropriate licenses), which greatly simplify their daily…
>>> More