Click here to Skip to main content
15,911,030 members
Home / Discussions / Database
   

Database

 
GeneralUnable to see SQL Server Agent in Object Explorer of sqlserver 2005 Pin
Satish - Developer21-Jan-08 2:24
Satish - Developer21-Jan-08 2:24 
QuestionHow can we access a Table from a Database to the another DataBase Pin
John.L.Ponratnam21-Jan-08 1:15
John.L.Ponratnam21-Jan-08 1:15 
AnswerRe: How can we access a Table from a Database to the another DataBase Pin
pmarfleet21-Jan-08 2:02
pmarfleet21-Jan-08 2:02 
AnswerRe: How can we access a Table from a Database to the another DataBase Pin
PIEBALDconsult21-Jan-08 3:36
mvePIEBALDconsult21-Jan-08 3:36 
Generalnewbie in Crystal report Pin
wasimsharp21-Jan-08 1:13
wasimsharp21-Jan-08 1:13 
GeneralCross post - please ignore Pin
Pete O'Hanlon21-Jan-08 1:39
mvePete O'Hanlon21-Jan-08 1:39 
GeneralEncryption / Decryption Pin
Syed Mujtaba Hassan21-Jan-08 1:11
Syed Mujtaba Hassan21-Jan-08 1:11 
GeneralRe: Encryption / Decryption Pin
StianSandberg21-Jan-08 10:19
StianSandberg21-Jan-08 10:19 
The procedure encryption is actually referred to as obfuscation in Books Online. Also, there is no SQL Server command for decrypting it back. You could use third party components to accomplish this, there sure can be found some by searching in google for them.

The only feature for protecting code in SQL Server is the WITH ENCRYPTION clause (http://databases.aspfaq.com/database/how-do-i-protect-my-stored-procedure-code.html[^]). It is weak not necessarily because the encryption is weak (it uses RC4), but because the encryption key can be easily found. An attacker will focus on finding the encryption key rather than breaking the encryption algorithm in such a solution.

---------------
www.serverside.no

QuestionHow to Schedule a Job in sqlserver 2005 Pin
Satish - Developer21-Jan-08 0:49
Satish - Developer21-Jan-08 0:49 
AnswerRe: How to Schedule a Job in sqlserver 2005 Pin
pmarfleet21-Jan-08 2:03
pmarfleet21-Jan-08 2:03 
GeneralRe: How to Schedule a Job in sqlserver 2005 Pin
Satish - Developer21-Jan-08 2:25
Satish - Developer21-Jan-08 2:25 
GeneralRe: How to Schedule a Job in sqlserver 2005 Pin
pmarfleet21-Jan-08 2:38
pmarfleet21-Jan-08 2:38 
Generalsending mails in sqll Pin
mrcsn20-Jan-08 22:26
mrcsn20-Jan-08 22:26 
AnswerRe: sending mails in sqll Pin
Vasudevan Deepak Kumar20-Jan-08 23:49
Vasudevan Deepak Kumar20-Jan-08 23:49 
GeneralRe: sending mails in sqll Pin
SVb.net21-Jan-08 21:47
SVb.net21-Jan-08 21:47 
GeneralStored Procedure not returning any rows -- Pls Ignore[modified] Pin
meeram39520-Jan-08 21:32
meeram39520-Jan-08 21:32 
GeneralRe: Stored Procedure not returning any rows Pin
meeram39520-Jan-08 21:40
meeram39520-Jan-08 21:40 
GeneralDataReader, detecting type of SQL command Pin
PIEBALDconsult19-Jan-08 17:07
mvePIEBALDconsult19-Jan-08 17:07 
GeneralDouble Quote Issue Data Set Pin
mpavas18-Jan-08 0:27
mpavas18-Jan-08 0:27 
GeneralRe: Double Quote Issue Data Set Pin
Paul Conrad19-Jan-08 6:57
professionalPaul Conrad19-Jan-08 6:57 
GeneralRe: Double Quote Issue Data Set Pin
Mike Dimmick19-Jan-08 7:46
Mike Dimmick19-Jan-08 7:46 
GeneralRe: Double Quote Issue Data Set Pin
PIEBALDconsult19-Jan-08 17:17
mvePIEBALDconsult19-Jan-08 17:17 
QuestionADO.NET Entity Framework and create entities at runntime Pin
realmontanakid17-Jan-08 23:09
realmontanakid17-Jan-08 23:09 
GeneralRe: ADO.NET Entity Framework and create entities at runntime Pin
Paul Conrad19-Jan-08 6:58
professionalPaul Conrad19-Jan-08 6:58 
GeneralRe: ADO.NET Entity Framework and create entities at runntime Pin
realmontanakid20-Jan-08 20:36
realmontanakid20-Jan-08 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.