On balance I think it is best to use a try/catch block because you should know if errors are randomly generated and this provides you with a means to log those errors
Is it best practice to put a select statement inside a try catch block
BEGIN TRY
SELECT * from someTable
END TRY
BEGIN CATCH
--do something like log the error
END CATCH
It appears that this method of relocation is discouraged by w3c mainly because it excludes users without javascript. There are other disadvantages to this method, namely that these links (sometimes referred to as pseudo-links) don't offer the functionality that regularly-formed links do. You...
Is it possible to manually insert a value of 0 or 1 into a column of type bit using SQl Server Management Studio
I have tired it but keep getting the error 'String not recognised as a boolean'
I have created a dynamic textbox in the authoring environment by clicking the text tool in the tools panel and dragging to form the textbox. I have set to dynamic textbox in properties. I would like to set some text using actionscript
The textbox is called mybox_txt
I have tried using...
Assuming the user has javascript enabled, are there any issues associated with using history.back() or history.go(-1)
Can I rely on this method as the only way for a user to exit a page ( only users with javascript can login )
Well it seems that the answer for me lies in the Microsoft SQL Server Database Publishing Wizard which will create a sql file for me and then I can execute it on my server. If I later wanted to alter the data in one of my core tables is it standard practice to write another sql file and execute...
I run a small website with access and coldfusion. I now want to learn how to administer a SQL Server 2005 database. I have created a local site which uses SQL Server 2005. I have all my .sql files to create, drop and populate my tables. Where's the best place to start learning how to start...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.