Viewing 15 posts - 241 through 255 (of 1,048 total)
I'll be working pretty much until I die. :w00t: Forget social [in]security, the government has already spent every penny you paid in and when that ran out they borrowed and...
May 2, 2012 at 9:19 am
tcorrigan5 (4/30/2012)
Facebook's rite of passage into the 'Hacker Way'
The money quote
What other Silicon Valley companies "don't...
April 30, 2012 at 11:01 am
What a radical idea.... holding someone accountable.
April 30, 2012 at 10:46 am
I would add a non-clustered index on parentsectionid alone and see how that works out. Another option is to include the sectionid in that index.
My guess is that the...
April 30, 2012 at 8:33 am
SQLKnowItAll (4/18/2012)
sturner (4/18/2012)
April 18, 2012 at 8:55 am
You are right. Every design should be normalized. But vb programmers are pretty much clueless. They typically want to get everything they need in a single select with no JOINs.
Design...
April 18, 2012 at 8:40 am
You would have to do some Googling, I don't know any off the top of my head. An FTP (sending) service of which I was referring would be stand...
April 17, 2012 at 6:38 am
If you are doing this as a regular part of your production environment I would recommend using a dedicated service to handle FTP requests. The service actually doing the http://FTP...
April 16, 2012 at 7:27 am
The only other option you have on a database level is the trustworthy option. If trustworthy=OFF then CLR assemblies marked unsafe or external access will not run.
April 16, 2012 at 7:15 am
Whatever login the cold fusion is using needs access to be granted access to the symetric key and/or the certificate you used.
April 10, 2012 at 3:08 pm
Laura_SqlNovice (4/10/2012)
No it is not using the same logins... so you think it is the permission issue? Thanks!
yes.
April 10, 2012 at 2:57 pm
implementation specifics would be useful to help you. Are you using the same login credentials from coldfusion as you are when you connect via SS management console?
April 10, 2012 at 2:47 pm
CELKO (4/9/2012)
Fields are not anything like columns. Again, another fundamental error!
Ya know what Joe? You are 100% correct. Your posts may sound arrogant but the plain fact is...
April 10, 2012 at 7:54 am
certificates can be stolen or hacked. Authentication needs to have some real-time component if it is to be completely secure. I like having to use a combination PIN/Password and...
April 10, 2012 at 6:52 am
consider adding STATUS column to the non-clustered index, either as part of the composite or as included column. (which way would depend on several things but you could try it...
April 5, 2012 at 7:08 am
Viewing 15 posts - 241 through 255 (of 1,048 total)