Viewing 13 posts - 1 through 13 (of 13 total)
It would be nice to have an Eastern Orthodox version of the code.
April 25, 2016 at 7:06 am
I use ranking functions to find and delete dups:
SELECT * FROM
(
SELECT [pat_info_handle]
,[pat_handle]
,[type]
...
December 5, 2013 at 7:23 am
It would be nice to know where you do the QUOTENAME(columnname, '"')
March 12, 2013 at 2:49 pm
I had a similar problem. I removed the CALCULATE when I entered a code for a new calculated member. That solved my problem. Thanks!
September 12, 2011 at 9:50 am
Yes, I just figured that out. Thank you!
August 16, 2011 at 12:23 pm
This is very weird but when I added lcd and created a subfolder within the folder that contains the psftp.exe, I was able to copy the file! I tried wildcard...
August 16, 2011 at 10:45 am
Peter, thank you. I actually don't need to change a directory. I might want to do it in the future but for now a directory where psftp.ext is sitting is...
August 16, 2011 at 10:23 am
Dear Peter, thank you for your reply. I removed the ServerSubdirectory as you suggested since I need to get a file from a root directory. My psftp.exe is sitting in...
August 16, 2011 at 9:49 am
Can you, please help me to GET a file from SFTP server? I can PUT a file as your article shows. That works great. I don't have to change to...
August 16, 2011 at 9:07 am
Never mind my previous post. I ran the Register.sql on a wrong db. I was able to run all the sql statements after I ran Register.sql.
May 6, 2011 at 2:49 pm
Someone, please help me. I successfully registered the assembly SQLSpatialTools but when I run these statements to use the AffineTransform function I get this error:
Msg 243, Level 16, State 4,...
May 6, 2011 at 1:46 pm
I don't see the script in the article. Am I missing anything?
Stan
May 3, 2011 at 1:01 pm
I was able to use this approach to identify and delete duplicates very easily. I just had my FROM clause in a form of another query that just gets all...
October 4, 2010 at 12:47 pm
Viewing 13 posts - 1 through 13 (of 13 total)