Viewing 15 posts - 1 through 15 (of 107 total)
I found this link but it looks like I have to have an account to download it but I don't have one. I'd have to reach out our GIS department.
September 8, 2020 at 1:20 pm
Antares686 I appreciate this article, many years after this post I found it and I just applied that solution in our stage environment. Working like a charm.
Thank you.
July 31, 2020 at 2:07 am
Oh I see, I knew my numbers were not correct but I wasn't sure why since I have limited knowledge on this topic. Is there a way to convert the...
October 23, 2019 at 5:11 pm
Sue_H,
I did created a format file, when I use that the file gets exported but it's empty, when I don't that's when I get a message that the file is...
July 27, 2016 at 12:10 pm
Thanks for the advice, I remove the COALESCE and it improve the query by a few three seconds. Unfortunately, I do have to have all those columns.
August 7, 2015 at 3:51 pm
Very interesting article and indeed very clever. I will definitely use this sometime in the near future.
Awesome work.
July 31, 2015 at 7:05 am
You can check the log increase size by running the query below. This T-SQL is part of a script that Patrick Akhamie wrote. I don't have his URL...
August 27, 2014 at 8:43 am
Definitely looking deeper before jumping to conclusions really helps. Staying calm is hard to do when you can't access your production environment. In this experience, the solution was...
August 26, 2014 at 7:23 am
Finishing up scripts in the background without any notification to the user, that's nice Microsoft.
August 26, 2014 at 7:20 am
Check the sql provider, you are using SQLINCL11 try using "SQL Server Native Clienct 10.0" and see if it works. I have ran into that message before and...
July 30, 2014 at 9:39 am
Evil Kraig,
Since my initial post we have developed an approach to those issue. We have started developing a data warehouse where we're extracting the needed transactions. We...
July 17, 2014 at 7:07 am
Lowell,
Thank you so much for the response and very quick response. I tried this and it work but I had to add the user to the public group for...
July 7, 2014 at 8:04 am
We're planning to do all sorts of aggregation and select statements. The main tables that I'm talking about are recording financial transactions (payments and invoices mostly but also reversals...
May 23, 2014 at 7:22 am
Honestly from what you described the time sounds about as good as it is going to get. Assuming roughly 50% of your rows are "ON" then you are selecting about...
April 14, 2014 at 10:15 am
The actual select statement is as follows:
Select * from tablename where columnname = 'OFF' (this value is either ON/OFF).
The only index set on the table is on the primary...
April 14, 2014 at 7:14 am
Viewing 15 posts - 1 through 15 (of 107 total)