Viewing 15 posts - 76 through 90 (of 103 total)
so then just add a top 1 and order by and you will get the single record from the results set
September 28, 2011 at 7:43 pm
I would do this one with the tool that is displaying the data as they ususally have much better format masking. Remember a database is for managing data and...
September 8, 2011 at 12:44 am
Steve.Cornelius (8/3/2011)
August 8, 2011 at 4:00 pm
Thanks for these articles Tom. I have ensure the application developers here are reading all of them. Of course the DBA's already get it but like a lot...
July 28, 2011 at 12:54 am
Also joins are not constrained to keyed values only, so you can do a traditional join type operator. For joins key add lots to performance but with the data...
June 9, 2011 at 4:33 pm
What I am seeing here is a bitwise implementation. Here is a very good article on bitwise that may help.
May 2, 2011 at 10:29 pm
Hi,
If the column is incomplete it is probably related to your SSMS settings. Go into "Tools\Options" select "QueryResults\SQLServer\ResultsToGrid" and check the maximum number of characters retrieve. Change...
April 19, 2011 at 7:47 pm
It looks to me like they are using bitwise processing, the ability to store multiple values in a single field.
Have a look at this article http://www.databasejournal.com/features/mssql/article.php/3359321/Storing-Multiple-Statuses-Using-an-Integer-Column.htm
February 20, 2011 at 10:39 pm
Hi all,
I would not go down this path as it means you are redundantly storing data and breaching some basic normalisation rules. If the new field is always going...
February 9, 2011 at 10:06 pm
First time I've ever joined a QOTD discussion. In almost 10 years on the site this must be the worst QOTD yet. I quite regularly get them wrong...
October 12, 2010 at 3:17 pm
This really highlights why I don't like SQL Server's implicit data type conversion.
August 26, 2010 at 9:51 pm
You could try using the [INFORMATION_SCHEMA].[REFERENTIAL_CONSTRAINTS] view for each DB, loop through the results issuing a drop constraint command.
August 17, 2010 at 5:57 pm
I think some knowledge on the app and the desk top setup is needed. The last time I had this sort of an issue it turned out there was...
August 2, 2010 at 4:46 pm
We're lucky. We don't have a true data warehouse so to provide reporting capabilities without impacting the OLTP we restore nightly the backups into the DW. The big...
February 22, 2009 at 7:44 pm
oops, looks like my copy of BOL is old too. Tried it and it works fine.
December 4, 2007 at 1:36 am
Viewing 15 posts - 76 through 90 (of 103 total)