Permissions

Technical Article

RE: Passing a querystring to a stored procedure?

  • Reply

- keep sql-injection in mind ! Check http://qa.sqlservercentral.com/columnists/chedgate/sqlinjection.asp- just define your variables as sp-parameters and handle your statement in your sp. You will soon discover it's best to work with known predicates.- check http://www.sommarskog.se/dynamic_sql.html and http://www.sommarskog.se/dyn-search.html

You rated this post out of 5. Change rating

2004-03-03

Technical Article

RE: Need ActiveX Script To Rename A File

  • Reply

http://www.sqldts.com/default.aspx?292 Quoted from above article. "Move or Rename File This shows a simple file move operation, using hardcoded source and destination filenames. There is no explicit rename method in the scripting object, but a move is just the same. ' Move File Option Explicit Function Main() Dim oFSO Dim sSourceFile Dim sDestinationFile Set oFSO = […]

2003-12-22

1 reads

Technical Article

RE: SqlServer Stack Dumps

  • Reply

Go back and check the SQL Server logs from the time of the power outage and you can verify if SQL Server was shutdown gracefully. K. Brian Kelley, GSEC http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/

You rated this post out of 5. Change rating

2003-12-10

2 reads

Technical Article

RE: All free memory gone...

  • Reply

From what I understand, above 8GB, you need to leave the OS 1GB for PAE. Steve Jones sjones@sqlservercentral.com http://qa.sqlservercentral.com/columnists/sjones The Best of SQL Server Central.com 2002 - http://qa.sqlservercentral.com/bestof/ www.dkranch.net

2003-12-01

Technical Article

RE: Export to Excel without DTS. Possible?

  • Reply

quote: I am trying to figure out how to export the results of a query to Excel with some specific formatting. Is this possible to do without using DTS? One method could be -- Inputs:File name of the excel document. -- Returns:The query result, written directly in Excel document! DECLARE @err_desc varchar(255) DECLARE @i int […]

You rated this post out of 5. Change rating

2003-08-27

Technical Article

RE: How to insert data containing ', /, etc

  • Reply

Hi Zambrtp, quote: Would that always insert a tick ....this has only occurred once so far...if it always inserts a tick then the data would not be correct.. My insert statement passes the VALUES as ''('values','values')'' so that the insert statment is bulit as values ('values', 'value') in here is where the data had the […]

You rated this post out of 5. Change rating

2003-07-25

Technical Article

RE: weekly report

  • Reply

There is absolutely no shame in asking a valid question. The only poor question is the one not asked. Please keep forum posts respectful of other's abilities and experience levels.

You rated this post out of 5. Change rating

2003-07-25

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers