Viewing 15 posts - 2,161 through 2,175 (of 5,841 total)
LOVE the pic Lowell!! Your code rocks too, btw.
Oh, and I would like to request that the OP makes whomever designed that system to drop and give me 20!!!...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 11, 2014 at 12:48 pm
That sure would seem to be the process to me also, but like you I don't know that that is documented explicitly anywhere. Edge cases like that usually don't...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 11, 2014 at 9:56 am
Lowell, you are a better man than I this morning (or perhaps my caffeine hasn't fully kicked in yet)! Without sample output I can't make heads or tails of...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 11, 2014 at 9:54 am
Web search is your friend. I searched Google for the words
ssms login other domain user
and came up with a number of references to using the windows Run As...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 11, 2014 at 8:26 am
mpradeep23 (2/10/2014)
i have table called t1
with column name offers with data as
"entitlementwrapper" : [ {
"Type" : "Factory Warranty",
...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 10, 2014 at 11:45 am
Do you really think you gave us enough to go on with that short one-liner to be able to assist you?? No table structures, no query, no error message...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 10, 2014 at 11:39 am
1) Balu, you were asked explicitly what version of SQL Server you were running this on. You posted to a SQL 2012 forum, and the code provided DOES WORK...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 10, 2014 at 9:37 am
mpradeep23 (2/10/2014)
i need out put as
type ...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 10, 2014 at 9:19 am
This should be possible and is easy enough to test out once you have the 3 serves in a Windows Server Failover Cluster, which is a required starting point anyway....
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 10, 2014 at 9:16 am
Jeff Moden (2/9/2014)
TheSQLGuru (2/9/2014)
Please provide several sample sets of data and the corresponding table output you expect (with column data types). That's JSON, yes?
THAT's JSON? Shoot... that's just...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 9, 2014 at 9:19 pm
Please provide several sample sets of data and the corresponding table output you expect (with column data types). That's JSON, yes?
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 9, 2014 at 7:18 am
gregory.perry2 87972 (2/8/2014)
1) in this table I have the following fields
StoreNumber, CustNo, TransactionAmt, Date
I need to find out the following:
1)The sum of transactions by...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 8, 2014 at 7:40 am
You MUST have SOMETHING on that table to use as a filter. Without that you can't possibly be getting meaningful output.
If the data does not contain a date field...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 6, 2014 at 1:41 pm
caippers (2/6/2014)
Here is what I...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 6, 2014 at 9:23 am
Perhaps the apostrophes in the data is monkeying with something? And is it the datetime field -200 that is causing the integer error?
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
February 5, 2014 at 2:05 pm
Viewing 15 posts - 2,161 through 2,175 (of 5,841 total)