Viewing 15 posts - 5,386 through 5,400 (of 8,753 total)
petervdkerk (5/3/2015)
I forgot to add a critical component I see now, the data for table giftregistrypurchases.
I updated my question with that data and desired results.
btw: How do you get your...
May 3, 2015 at 1:57 pm
Uday3421 (5/3/2015)
------------------------
1 08 09 10 -
------------------------
2 ...
May 3, 2015 at 1:39 pm
Quick questions, is the server running SQL Server? Is AWE enabled on the server? What are the memory (min/max) config of the SQL Server? What is the output of SELECT...
May 3, 2015 at 12:55 pm
polkadot (5/3/2015)
May 3, 2015 at 12:39 pm
baldwin 38894 (5/3/2015)
May 3, 2015 at 12:36 pm
shape2sql only works up to 2008R2, didn't get to work properly for 2012 so I had to do few tricks;-)
First one was pretty lame, import to 2008, detach and attach...
May 3, 2015 at 12:21 pm
paul 17028 (5/3/2015)
I am trying to alter this SQL to search for exact match only, non case sensitive. I have been trying for over an hour without result
Thank you
strSQL...
May 3, 2015 at 10:09 am
TeraByteMe (5/3/2015)
May 3, 2015 at 9:07 am
OsborneHar (5/3/2015)
May 3, 2015 at 6:48 am
MotivateMan1394 (5/3/2015)
I have 2 Functions in my Query. (then 2 columns in my query's output)
Function 1 : calculate a value on check a state field. (get values from...
May 3, 2015 at 6:44 am
Here is an addition to the previous code, nothing fancy but it should work most of the time
😎
USE tempdb;
GO
SET NOCOUNT ON;
SELECT
AW.Id
,CS.city_state_ID
...
May 3, 2015 at 6:32 am
GilaMonster (5/2/2015)
May 3, 2015 at 4:35 am
Paul Webb-223029 (5/1/2015)
May 3, 2015 at 4:30 am
Markus (5/1/2015)
May 3, 2015 at 4:26 am
sqlvitoco (4/30/2015)
I have a flow that includes a Foreach Loop Container that loads many files into a table. Also, the last task in the flow sends an "OK" email, and...
May 3, 2015 at 4:05 am
Viewing 15 posts - 5,386 through 5,400 (of 8,753 total)