Viewing 15 posts - 241 through 255 (of 399 total)
thanks folks for help here. Got a good install of SQL Server 2012 and above statements (eg. SEARCH) now working.
August 25, 2013 at 4:08 pm
Erland,. I unpacked and installed from C: and this time no problem.
August 25, 2013 at 4:01 pm
Repair also encountered errors so I uninstalled 2012 and tried reinstall from media (DVD) I used to burn 2012 iso image.
I am encountering an error during install....and have created a...
August 25, 2013 at 1:58 pm
Only the BIN and Install folders are there.
When I follow the path to the place in the registry that should contain information about the location of my Log,...
August 18, 2013 at 12:27 pm
Thanks Erland.
I just went to path C:\Program Files\Microsoft SQL Server\MSSQL11.SQLSERVER2012\MSSQL and there is no Log folder there, the way there is for my default instance.
Here's the error that returns...
August 18, 2013 at 9:12 am
Phil, thanks. I realize the reason SQLSERVER2012 isn't listed in the Connect dialogue box is that the SQL Server service isn't running. But I can't get it to start.
So, I...
August 16, 2013 at 3:30 pm
Per your last post, it seems like you're saying that you want to remove rows where Ord value = 2, but that is so simple you must mean something else....
August 15, 2013 at 6:47 pm
Strange, I've got both installed (SSMS 2008 & SSMS 2012) and I'm definitely connecting to the one listed in my START menu as 2012, and even the Help->About dialogue show...
August 15, 2013 at 4:29 pm
Koen Verbeeck (8/12/2013)
BETWEEN uses inclusive ranges, so any date equal to '01/01/2000 00:00:00:000' will also be selected.
Thanks, Koen Verbeeck. You answered very succinctly, which I appreciate very much, and it...
August 15, 2013 at 11:30 am
Josh and Luis C's first one were creative/nice but don't capture scenario where only one game is played (in which case min/max are same) and they don't list all the...
June 7, 2013 at 10:05 pm
Thank you, Lynn.
March 27, 2013 at 8:33 pm
That's good to know. These things could be anywhere, in msdb and on people's individual machines, and I need to ask....
March 26, 2013 at 2:01 am
Folks, can you suggest an approach for comprehensively inventorying all SSIS packages being used (and the last time it was run) in a production environment? My understanding is that viable...
March 25, 2013 at 10:39 am
in 2012 it is:
-- List all SSIS packages stored in msdb database.
SELECT PCK.name AS PackageName
,PCK.[description] AS [Description]
...
March 25, 2013 at 10:33 am
OK, will do. I've got a few more points of reference then I did when you first directed me to that article. So, I'm heading in the direction to ingest...
March 24, 2013 at 8:46 am
Viewing 15 posts - 241 through 255 (of 399 total)