Viewing 15 posts - 901 through 915 (of 1,957 total)
Jeff Moden (4/25/2013)
mister.magoo (4/25/2013)
Gosh - didn't see the date ! sorry!Don't let dates of posts scare you away. What did you have to say?
Oh nothing important, just questioning the...
April 26, 2013 at 3:09 am
Sean Lange (4/22/2013)
mister.magoo (4/19/2013)
Sean Lange (4/19/2013)
April 22, 2013 at 7:33 am
connect.akshay (4/22/2013)
I am able to get those values using ancestor keyword but the result is coming out as a concatenate.
Result now :...
April 22, 2013 at 7:30 am
This gets you the books...
//book/author/award[.="Pulitzer"]/../..
Then you just need to extract the @style,@id attributes etc... from those book nodes
April 22, 2013 at 5:23 am
These are the nodes you are looking for...
//book[@style="novel"]/author/award[.="Pulitzer"]/../..
April 20, 2013 at 9:49 am
It sounds like your report's data source is set to use the end user's Windows Credentials to connect to the database and either the user doesn't have permission to do...
April 19, 2013 at 6:35 pm
Sean Lange (4/19/2013)
April 19, 2013 at 3:28 pm
It's impossible to say for sure, unless you restore a backup, but most likely is that the table has previously contained up to 1331 and then had some rows deleted.
April 18, 2013 at 6:10 pm
If you want something "simple" and "rapid" and you can acquire skills to develop it further, then you could take a quick look at LightSwitch
http://msdn.microsoft.com/en-gb/library/vstudio/ff851953.aspx
I don't personally like it because...
April 18, 2013 at 7:45 am
Look in control panel Add / Remove programs.
Is it listed?
of course no-one uses VSS, so are you sure you want to?
April 16, 2013 at 5:49 pm
No, you do not need Visual Studio 2012 for SSMS 2012.
SQL 2012 tools use the Visual Studio 10 framework.
April 16, 2013 at 5:46 pm
GilaMonster (4/14/2013)
Do the report users need up-to-the-minute data? If not, have you considered creating a database snapshot and letting them run their reports off that?
I just accidentally clicked "Report" instead...
April 14, 2013 at 11:11 am
Lynn Pettis (4/14/2013)
Jeff Moden (4/13/2013)
mister.magoo (4/13/2013)
Any ideas?
Yes, but they're probably not viable for your situation. My recommendations would all start with "Get rid of..." and "Replace the..." and end...
April 14, 2013 at 10:48 am
If you are running this as an operating system command (dos), then try %date:/=_% instead of %date%, this will output dates with the "/" replaced by "_" making for a...
April 13, 2013 at 6:44 pm
Viewing 15 posts - 901 through 915 (of 1,957 total)