Viewing 15 posts - 3,181 through 3,195 (of 5,356 total)
As I have referenced you in another thread to BOL (Books Online), let me say sorry. Sometimes when you use a kind of technical slang each day you miss how...
December 10, 2003 at 1:34 pm
Hi Andrew,
finally found a way to store mp3s and other binary data in SQL Server?
?
You know this one http://www.uml.org/ ? Is this a requirement for your...
December 10, 2003 at 8:53 am
Jonathan came up with a great solution to a different problem.
Unfortunately I lost track of this thread, but you can always look at BOL
Frank
December 10, 2003 at 8:40 am
quote:
1. Parameter strings2. xml
3. Delimited lists
4. Integers that are interpreted via bit-wise operators for multiple boolean values.
December 10, 2003 at 8:33 am
There are a lot of examples for the pubs database in BOL.
Like this for a stored procedure
USE pubs
IF EXISTS (SELECT name FROM sysobjects
...
December 10, 2003 at 7:57 am
I assume you meant NT5 sp2 and not NT4 sp2, or?
Unless this isn't a typo, no matter what this issue is, you should really consider to apply some more recent...
December 10, 2003 at 7:41 am
After a while you'll get used to it. If I don't concentrate on it, I don't even notice.
However, is it an option to tighten you internet security setting or...
December 10, 2003 at 7:19 am
It is far simpler:
<!-- #include file="top.asp" -->
<%
Dim oRecSet
Dim oConn
Dim SQL
Dim szType
Dim lpszMsgID
Response.Clear
Response.Buffer = true
Response.Expires = 0
Set oConn = ConnectAttachment()
Set oRecSet = Server.CreateObject("ADODB.Recordset")
SQL="SELECT img FROM...
December 10, 2003 at 7:10 am
quote:
Does there exist a documentation which explains how the query optimizer works?
Can you spare some...
December 10, 2003 at 4:59 am
I can see it in QA when firing a SELECT * FROM master..syslogins and it is explicitely explained in BOL
Frank
December 10, 2003 at 4:51 am
I haven't dived too much into Yukon stuff yet, but as far as I understand some new features, you can write database code in some CLR language, pretty much as...
December 10, 2003 at 3:08 am
quote:
Hi,I have a Manager_Name field which contains first and last name (example: 'Pam Smith').
How can I write a query to...
December 10, 2003 at 3:03 am
Hm...after posting my answer I thought that maybe you should review your table design once more. Is there really a need for two column of that size?
Frank
December 10, 2003 at 3:00 am
Surely.
Yesterday evening I decided to write something on binary data and SQL Server. This way I don't need to generate traffic on the MS site, but rather here
December 10, 2003 at 2:57 am
Nice to see you've found a solution.
...as long as it works don't ask why ![]()
Frank
December 10, 2003 at 2:51 am
Viewing 15 posts - 3,181 through 3,195 (of 5,356 total)