2008-01-04 (first published: 2003-09-26)
184,800 reads
2008-01-04 (first published: 2003-09-26)
184,800 reads
Building and executing dynamic sql in a stored procedure - is it the only way to solve problems like supporting a simple search function? Leon offers a couple alternatives that let you continue to provide the functionality in a stored procedure without using dynamic sql. Interesting ideas worth exploring!
2002-05-02
12,960 reads
This article demonstrates the ability to use the XML DOM on the client-side browser.
2002-04-11
16,675 reads
In the several years that I have been programming ASP pages, I have seen countless methods of dynamically filling HTML drop down list boxes. Well, here's another method. This one uses sql 2000's new FOR XML EXPLICIT clause, and I really like the results.
2001-11-14
8,124 reads
This article delves into the mysterious xmlHTTP object and the supporting ASP code. I've got to tell you that I really love using this object. Basically what I like about it is that through xmlHTTP you can expose some or all methods of any ActiveX class to the client-side user. What this means is you are giving the user the capability of calling your back-end Active X controls. And the best part of it all is that the entire communication process takes place behind the scenes!
2001-08-14
7,481 reads
Recently while working on the SQLServerCentral.com site, Leon Platt ran into an interesting ADO gotcha that he demonstrates in this quick tip.
2001-08-10
3,410 reads
This article by Leon Platt speaks to how you can avoid pulling your hair out when configuring connection pooling for IIS.
2001-05-08
7,592 reads
I ran into a dilemma when I was told that I should not allow potential competitors to view my JavaScript comments. If they want to figure the code out; make them work for it.
2001-04-26
3,509 reads
If you've ever played around with the toolbox, you may have discovered one of InterDevs hidden gems. Did you know that the InterDev Toolbox allows you to add you own custom tabs? This feature allows you to access frequently used snippets of code in an instant
2001-04-24
3,049 reads
As we all know, there are various numeric data types, such as TINYINT, INT,...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By James-Serra
Microsoft Ignite has always announced many new products and new product features, and this year...
If you are not from a technical background and you want to recover permanently...
hi guys! Problem: 1) Every time I overwrite an existing shared dataset (with a...
Hi, We just installed SQL Server 2019 on a new server and moved...