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
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 )
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.