Viewing 15 posts - 15,226 through 15,240 (of 39,824 total)
mtillman-921105 (9/1/2011)
'Can't wait. Memphis just isn't were I want to be anymore. I have some family and friends here, but most have moved on....
September 1, 2011 at 8:46 am
It looks that way on mine, but if I change the password, I can then check the box. You can't force a password change without changing the password.
September 1, 2011 at 8:36 am
Without seeing the DDL for the tables and knowing the keys, it's hard to give you the exact.
In terms of conditions, use them in a WHERE, something like
WHERE dbstatusID !=...
September 1, 2011 at 8:26 am
jcrawf02 (9/1/2011)
Wow, this is a great idea. Someone should do this for SQL
Interesting. I think we're not consistent, but I do see a lot of
- #sql
- #sqlserver
- #sqlhelp
- #sqlsat
- #sqlpass
-...
September 1, 2011 at 8:17 am
I used to park in a parking garage at one job and often hit the top floor because I was a late arriver and knew there would be spots. I...
September 1, 2011 at 8:11 am
Dewes van Lohuizen (9/1/2011)
I was not be able to log on again and we restarted...
September 1, 2011 at 8:07 am
Roy is completely correct. Most of the high profile stories on the Internet take place through SQL injection, which mostly works because developers don't use stored procedures. They think writing...
September 1, 2011 at 8:05 am
Assigning permissions to a role is a one time thing. It might seem intensive, but it's not much work and it can easily be scripted. There are scripts on this...
August 31, 2011 at 5:49 pm
I agree with Roy that I might not use db_datareader/writer. If you have exceptions, you get into DENYs in roles and that gets confusing.
Create your own two role and assign...
August 31, 2011 at 8:22 am
You can easily add space to tempdb by right clicking the database in SSMS and changing the size of files if you don't have autogrow set.
August 30, 2011 at 11:12 am
any of these could work. I tend to like replication since it picks up by itself if the connection is down or delayed, but you need to administer it a...
August 30, 2011 at 11:11 am
Was just about to post what Gus did. You're confusing rows and columns a bit.
Since you have multiple rows with points, you get those results as rows returned if you...
August 30, 2011 at 11:09 am
While both are created in tempdb, it is possible that both table variables and temp tables are memory resident as well
August 30, 2011 at 6:27 am
Jack Corbett (8/29/2011)
Steve Jones - SSC Editor (8/29/2011)
Anyone see plagiarism here:http://www.sqlservercentral.com/articles/context_info()/74332/
http://www.thecodepage.com/post/TIP-A-Call-Stack-in-SQL-Server.aspx
It's hard to say. It is very close, but the implementation is just different enough that it probably...
August 29, 2011 at 4:56 pm
Anyone see plagiarism here:
http://www.sqlservercentral.com/articles/context_info()/74332/
http://www.thecodepage.com/post/TIP-A-Call-Stack-in-SQL-Server.aspx
August 29, 2011 at 2:55 pm
Viewing 15 posts - 15,226 through 15,240 (of 39,824 total)