Viewing 15 posts - 24,796 through 24,810 (of 39,817 total)
March 13, 2009 at 4:24 pm
March 13, 2009 at 4:22 pm
Please also show us what you've done. We don't want to be doing homework or exam questions without you trying. We'll help you figure out what's wrong.
March 13, 2009 at 3:59 pm
foxjazz,
You seem to be frustrated with T-SQL, but it appears that a lot of your complaints are just ignorance in how the language works. You example is one of the...
March 13, 2009 at 3:45 pm
The encryption is done by the compiler. I'm not sure you can stick the encrypted text in there.
It's moot. If you have a client that wants to mess with the...
March 13, 2009 at 2:56 pm
You're giving semantic differences. BEGIN and END function as {}. There's not difference. Honestly you could macro those to replace { with Begin if it's that important to you.
Assignment of...
March 13, 2009 at 2:51 pm
When you query the table you'll get a result set that has multiple rows in it. That can be sent via email to a manager.
This might help: http://www.sqldts.com/235.aspx
March 13, 2009 at 2:44 pm
It's possible.
The hostname and many of those metadata fields about the connection are sent through by the driver. They can be overridden easily.
However someone would have to specifically code...
March 13, 2009 at 2:42 pm
Execute T-SQL task. Put the sproc name in there.
March 13, 2009 at 2:39 pm
How are you querying the data. You could be causing an implicit CAST.
March 13, 2009 at 2:39 pm
You need a driver from PHP for reaching SQL Server. This should be found in PHP documentation.
For the connection string, you'll need the server name and then user/password that allows...
March 13, 2009 at 2:37 pm
T-SQL comes from SQL. It was developed by Sybase, not MS. It's similar to PL-SQL, which Oracle uses, but there are substantial differences.
A query language, working with sets of data,...
March 13, 2009 at 2:23 pm
Viewing 15 posts - 24,796 through 24,810 (of 39,817 total)