Search Results

0
votes
3answers
367 views

How to precompile stored procedures in SQL server?

Hi, Good morning ! Is there any way to pre compile stored procedures in SQL Server? My requirement goes like this.. I have some stored procedures, which take more time in compiling …
0
votes
3answers
171 views

Dataset’s TBytes column and SQL VarBinary field combination

Hi, select convert(varbinary(8), 1) in MS SQL Server produces output : 0x00000001 On assigning the above query to dataset in Delphi, and accessing field value, we get byte array as …