Viewing 15 posts - 1 through 15 (of 34 total)
I agree with the prior comments. This article requires a local (on-premise) SQL Server and Management Studio. There needs to be a way to schedule jobs in SQL...
August 1, 2016 at 7:06 am
would love to read your blog post but unfortunately the link requires a wordpress login
😎
This
August 1, 2016 at 7:00 am
Clearly the absence of any reply indicates that it can't be done. Bizarre though - SSDT clearly is exporting the schema AND data (which is supposed to be the...
August 1, 2016 at 6:59 am
Good idea, but about 10 minutes ago I sorted it out.
Just needed to run sp_updatestats.
All good after that.
Call this a case closed.
April 15, 2016 at 12:28 am
Update...Couldn't wait as this was an urgent request! (Aren't they all).
1st step. Created & saved a view with columns mentioned above, plus an extra LineNumber column.
View is this
SELECT...
February 10, 2014 at 5:42 pm
Correction to the required solution:
Using the sample tables provided in original post, the solution is to get only up to 4 addresses, even if each ROWID has more.
Also, the result...
February 10, 2014 at 5:00 pm
Close. 20 rows with 5 address columns.
February 8, 2014 at 6:40 pm
Cheers all for those answers. I'll give them a go later today. For Chris, max no of rows is unlimited but in actual reality, I guess there wouldn't...
February 6, 2014 at 3:11 pm
All good responses.
In the end I went with Dwain's first suggestion. Slight variation.
SELECT TOP 7 field1, field2, field3
FROM table
ORDER BY CASE field1
WHEN...
September 27, 2013 at 10:12 pm
But that is assuming the numbers are static. What if they change all the time or any time the query is entered? I guess the user could enter his values...
September 26, 2013 at 7:32 pm
Thanks - I ran that script for both different service login accounts.
Both times the script gave identical results:
auth_scheme SQL
login_Name sa
Bizarrely too, I also did a SELECT...
January 13, 2013 at 4:07 pm
Dave,
Yes limitation is still there in 2008. And yes I have been frustrated all this time over the past few years. I am still finding that something that...
January 15, 2010 at 4:03 pm
Thanks twillcomp and Adi.
I thought I had seen somewhere that it could be done in SSIS and wanted to pursue that further. The bcp (being a DOS command, or...
June 9, 2009 at 6:21 pm
I guess from the silence that this is harder than what I thought.
Does no-one know how to get XML output (or really, just any SELECT output) to a file from...
June 8, 2009 at 9:41 pm
Sometimes the answer is so obvious I miss it...Why has not anyone else suggested this?
And then I found out why...
My output is not the XML I need, it is
Job 'My...
June 5, 2009 at 6:24 pm
Viewing 15 posts - 1 through 15 (of 34 total)