Viewing 15 posts - 106 through 120 (of 137 total)
(Without going into the details of your query) maybe you can convert your query to a CTE then group the result?
December 20, 2013 at 9:59 am
Sean Lange (11/18/2013)While the pivot seems a bit contrived here it does a good job of demonstrating how it can be used. ...
The question does test your knowledge of how...
November 18, 2013 at 12:01 pm
OK. This shows how incomplete understanding can lead to problems...
In further experimenting I found:
If you run the script again it seems to create and drop the table again but it...
October 28, 2013 at 8:32 am
Does this explanation from the MSDN forums answer the question?
I am not sure I understand the connection. Maybe it would not even get to the CATCH because the whole...
October 9, 2013 at 11:14 am
If this does not need to be automated, I have assembled simple queries in text by creating an Excel formula like this in an extra column:
=CONCATENATE("Select * From Logins Where...
August 20, 2013 at 10:28 am
I think the idea was to create a view which is basically a select of the 2 columns you want from the table, then you can look at the properties...
July 31, 2013 at 12:03 pm
paul.terek (7/31/2013)
Is there a way to do it in SQL Server Management Studio (SSMS)?
In the object explorer find the database you are working with, right-click and select New Query to...
July 31, 2013 at 9:52 am
Thanks for the information.
I am sort of an accidental DBA; most of my experience is as a developer. I am learning a lot from the articles and forums on this...
July 12, 2013 at 8:03 am
Thanks for your reply.
It may not be as bad as I thought. There are backups in the history tables. (backupfile etc. in msdb)
As for where the backups are going, there...
July 11, 2013 at 10:22 am
I like to make use of the fact that SSMS will execute the code that is highlighted with lines like this:
Select * From Employee
-- Update Employee Set LastName = 'Smith'
Where...
July 8, 2013 at 2:52 pm
OK. Should have done some research before asking so many questions...
Looks like Xcopy will take care of what I need to do (although I have not copied anything yet.
It requires...
May 14, 2013 at 11:08 am
When I just re-read my original post I realized there is a problem with terminology. To clarify, when I said
timwell (5/13/2013)
... with a copy of the master database ...
I...
May 14, 2013 at 8:16 am
Thanks for the replies. I will look into SQL 2012 Local because that is exactly the type of thing I need. Will it work with a 2008 R2 data...
May 14, 2013 at 7:38 am
Hello,
I have implemented a form with a grid that can be used to edit data in a variety of different tables. Then the update button calls a generic method that...
May 1, 2013 at 8:53 am
I would say it depends on the kind of questions they ask. I had a lot of "technical interviews" where the questions could have been answered by someone who just...
April 18, 2013 at 7:28 am
Viewing 15 posts - 106 through 120 (of 137 total)