Viewing 15 posts - 3,196 through 3,210 (of 3,366 total)
Rerun setup and choose repair and change the langauge because the Windows language file is a INI file which you cannot modify but you can change SQL Server language. Sorry...
May 16, 2006 at 7:28 am
To stop duplicates in Unique constraint turn it into an index and use the IGNORE_DUP_KEY, it is what it was created for. Try the links below for detail. Hope this...
May 16, 2006 at 6:33 am
The SQL Server 2000 64bits project is a partnership between Intel and Microsoft using Itanium chips so it will not let you install the 32bits version in a Windows 2003 64bits...
May 15, 2006 at 1:35 pm
Try the link below for a step by step tutorial for SQL Server reporting services. Hope this helps.
http://www.15seconds.com/issue/041013.htm
Kind regards,
Gift Peddie
May 15, 2006 at 1:29 pm
OUTER JOIN default mathematically to a NULL so there is a fixed table position and you need the ISNULL function to get expected result. The WHERE clause is only a...
May 12, 2006 at 2:28 pm
Try the link below for the how and how to avoid the known issues. Hope this helps.
http://www.karaszi.com/SQLServer/info_datetime.asp
Kind regards,
Gift Peddie
May 12, 2006 at 11:28 am
Try the link below for code sample to get started. Hope this helps.
http://msdn.microsoft.com/msdnmag/issues/05/06/DataPoints/default.aspx
Kind regards,
Gift Peddie
May 12, 2006 at 7:24 am
Install standard and move your databases because you get personnal free with either standard or Enterprise license. Just register the standard and do the migration with your .bak files you...
May 11, 2006 at 8:28 am
This is what you do you use double quotes around words with apostrophe. Try the link below for more about using delimiters.
My "aunt's" favorite book is self-help.
May 10, 2006 at 9:04 am
You are getting character conversion because those are not ASCII but actually Unicode, which means you do ANSI SQL ALTER to change Varchar to NVarchar and you have to do...
May 5, 2006 at 7:26 am
Try the link below to get started. Hope this helps.
http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm
Kind regards,
Gift Peddie
May 3, 2006 at 7:26 am
BI(business intelligence) is the calculus end of the relational model, I think you should learn about it before deploying it on the web. I am assuming you know you have...
May 2, 2006 at 8:14 am
You should be able to increase the file size, say you have 20megs as the size if you click on it you can change it to 50 or 100megs depending...
May 1, 2006 at 12:29 pm
In your original post you said you want to sort a Linked List so I gave you how to sort in both SQL Server using Binary Sort with T-SQL in...
May 1, 2006 at 12:24 pm
Viewing 15 posts - 3,196 through 3,210 (of 3,366 total)