RE: Converting hex to int
Guess I was asleep when I looked last time. Chris, David, timingskey - thanks to each of you. Plenty of options now. Guarddata-
2003-07-25
Guess I was asleep when I looked last time. Chris, David, timingskey - thanks to each of you. Plenty of options now. Guarddata-
2003-07-25
You need some sort of hierarchical display for the data: you could try outputting as XML, and using an XSL stylesheet to display the data (or for intranet on IE, use an XML data island and javascript) - or most simply, just have one page for the Case IDs, and when the caseID is clicked, […]
2003-06-24
The reportid and viewid are mainly used for linking the files with the resultset for user to view those files.
2003-06-24
Maybe you have the select into/bulk copy option checked in your db, and operations like bulk insert, bulk copies, truncate tables are made against it. This kind of operations are non-logged. By the way, who knows all the operations that doesn´t log?
2003-06-10
What if it returns two or more record sets, like sp_helplogins?
2003-06-10
By Steve Jones
In a previous post, I set up the basic databases for the PoC project...
By Steve Jones
Today’s coping tip is to plan something fun and invite others to join you....
When encrypting a database with Transparent Data Encryption (TDE), a vital consideration is to...
I'm sure this has been asked many, many, many times and hoping several optimal...
How do I determine the initialization status of a subscription with T-SQL -- i.e,...
Has anyone migrated databases from on premise SQL Server to Azure Managed instance? If...