Viewing 15 posts - 4,801 through 4,815 (of 15,381 total)
SQLalchemy (5/21/2014)
that have a count of 1 or 2 and just return a set with...
May 21, 2014 at 2:29 pm
isuckatsql (5/21/2014)
GilaMonster (5/21/2014)
Why are you casting to Varchar? It's just going to force SQL to convert back to date, that's expensive conversions.
What would be the best datatype to cast to,...
May 21, 2014 at 2:23 pm
Nice job posting ddl and sample data in a consumable format. The biggest issue you have here is that you don't really have a base table that you can use...
May 21, 2014 at 2:19 pm
aberndt (5/21/2014)
May 21, 2014 at 12:35 pm
RantaSanta (5/21/2014)
Can any one suggest a best way to fetch the col3 into file (.txt or .sql)...
May 21, 2014 at 10:46 am
aberndt (5/21/2014)
May 21, 2014 at 9:14 am
sql_ques (5/21/2014)
I need to select data where for a column is not equal to a value and also get the NULLs. The below query is not working. I can...
May 21, 2014 at 9:09 am
aberndt (5/21/2014)
May 21, 2014 at 7:27 am
aberndt (5/20/2014)
SELECT T1.ROWID, T1.WORKORDER_TYPE,...
May 20, 2014 at 2:28 pm
sql server developer (5/20/2014)
Sean,Thanks much! That worked.
You're welcome. Glad that worked for you.
May 20, 2014 at 2:19 pm
Additionally you might want to check the datetime settings on your servers. I assume you are logging the error from your .NET application which is likely running on a different...
May 20, 2014 at 12:39 pm
sql server developer (5/20/2014)
When I execute the below query i'm getting 801075 as result. How can I get 801075.003 as result?DECLARE @int float = 801075.003
SELECT CAST(@int AS VARCHAR(30))
You have a...
May 20, 2014 at 12:37 pm
aberndt (5/20/2014)
May 20, 2014 at 11:56 am
OK I get it. You are new to this. That is no problem. We can help with understanding. Did you actually read the article about how to post stuff? Did...
May 20, 2014 at 10:43 am
dquirion78 (5/20/2014)
I'm converting access query to SQL Server
I have 7 reports in access
report #1 use a query A
report #2 use a query B that use date from query A
report...
May 20, 2014 at 9:56 am
Viewing 15 posts - 4,801 through 4,815 (of 15,381 total)