Viewing 15 posts - 12,976 through 12,990 (of 15,379 total)
sqlcentral2 (2/15/2012)
the thing is -:
Your question is totally unclear. Can you try to explain clearly what it is you want to accomplish. It would probably be best to post ddl...
February 15, 2012 at 8:08 am
duplicate post. please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1252488-392-1.aspx
February 15, 2012 at 8:04 am
GSquared (2/14/2012)
February 14, 2012 at 11:57 am
This looks a lot like homework. What have you tried so far?
February 14, 2012 at 7:50 am
Then again...I am not sure if the server collation comes into play here. Not using or even having case sensitive instance I can't test that as easily.
February 13, 2012 at 1:02 pm
The UserName is not case sensitive. By far the quickest and easiest way to answer this is to simply try connecting. 😀
February 13, 2012 at 1:00 pm
Please don't cross post. Direct all replies here. http://www.sqlservercentral.com/Forums/Topic1251377-392-1.aspx
February 13, 2012 at 11:57 am
kschwid (2/13/2012)
February 13, 2012 at 10:34 am
Jeff does a great explaining this here. http://www.sqlservercentral.com/articles/T-SQL/63681/%5B/url%5D
February 13, 2012 at 10:13 am
No just run a similar query on your table. I am showing you an example. In my case I used a temp table because I don't have your permanent table....
February 13, 2012 at 8:53 am
joe.cahoon (2/13/2012)
I guess my question is instead of declaring a specific date, would I declare the format, such as 'mm/dd/yyyy' ?Joe
Formatting should be left in the front end.
See if this...
February 13, 2012 at 8:44 am
Read this article about NO LOCK and dirty reads. It is more than just non-committed transactions and it is by no means a magic "go fast" pill.
http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx
A few questions:
What are...
February 13, 2012 at 8:37 am
joe.cahoon (2/13/2012)
One question, and I'm still new to using SQL,
declare @Date varchar(10) = '12/3/2012'
declare @Time varchar(20) = '10:33:31 PM'
select CAST(@Date + ' '...
February 13, 2012 at 8:20 am
Viewing 15 posts - 12,976 through 12,990 (of 15,379 total)