Viewing 15 posts - 2,086 through 2,100 (of 3,221 total)
Although your problem appears to be leading blank characters it is possible that they may be other non-printing characters. May I suggest you read the following and check your...
February 22, 2010 at 7:53 am
JanJan-200247
Now I do not profess to know how this can be incorporated into your Reporting Services work flow or T-SQL for the data selection, but go to this Simple Talk...
February 22, 2010 at 7:22 am
This is a duplicate posting of:
http://www.sqlservercentral.com/Forums/Topic869819-1292-1.aspx
February 21, 2010 at 9:51 am
go to TechNet type in "migrate sql 2000 to sql 2005"
http://technet.microsoft.com/en-us/default.aspx
You will have 30,000 articles available - I am sure some of them will provide you the information you need
February 21, 2010 at 9:47 am
You may want to examine the default trace to answer your questions. Here are a few links to assist you:
Default trace - A Beginner's Guide
By Adam Haines, 2010/06/11 (first...
February 19, 2010 at 9:20 pm
To receive relatively quick assistance please post your table definition, sample data / desired output and what work you have attempted as per the directions in the first link...
February 19, 2010 at 8:23 pm
A new poster on SSC (helping in a forum) You all might be interested in his introduction of himself and who knows welcoming him to the community.
RainbowFfolly
http://www.sqlservercentral.com/Forums/Topic867207-131-1.aspx#bm868667
February 19, 2010 at 7:19 am
May I suggest you read this article by Jeff Moden ... it has a good deal of sample code, and will assist you in solving your problem.
February 18, 2010 at 10:23 am
njaramil
If you post your table definition, sample data, expected results and what T_SQL you have tried to use, following the format as described in the first link in my...
February 18, 2010 at 9:10 am
I suggest that you read the following:
http://msdn.microsoft.com/en-us/library/ms175464(SQL.90).aspx
Amongst other text it contains:
Referential Integrity
Although the main purpose of a FOREIGN KEY constraint is to control the data that can be stored...
February 18, 2010 at 9:00 am
The Databases and Files Catalog View sys.backup_devices contains a list of backup devices.
Further if no backup device is specified in the backup command the:
BACKUP DATABASE AdventureWorks
TO...
February 17, 2010 at 10:25 am
Are you sure you are at the correct site?
IIF and DLOOKUP are ACCESS Visual Basic For Applications (VBA) functions ....
February 17, 2010 at 10:05 am
Juan de Dios (2/16/2010)
--------------------------------------------------------------------------------
This script is very useful when all the rows are not NULL, but if you modify the insert of Mark with NULL, the script only returns Bill.
insert...
February 16, 2010 at 7:40 am
Jason
And Steve was off today on a ski trip ... but he did manage to add to the question "SQL Server 2000". but said nothing about...
February 15, 2010 at 6:14 pm
Tom.Thomson
Thank you for the clarification -- now I understand your point.
As one objective of the QOD is to teach - I have learned a bit more about wording the explanation....
February 15, 2010 at 6:24 am
Viewing 15 posts - 2,086 through 2,100 (of 3,221 total)