Viewing 15 posts - 10,801 through 10,815 (of 26,489 total)
Collation can be set at several levels, server, database, column. You may want to do some checking just to be sure.
July 10, 2012 at 3:15 pm
Two things you can do. One, increase the max size that the tempdb files can grow. This could be just a temporary fix. Two, find out what...
July 10, 2012 at 1:22 pm
You will probably need to use a SQL Task and write the backup process using T-SQL.
July 10, 2012 at 1:14 pm
XMLSQLNinja (7/10/2012)
For columns you can use INFORMATION_SCHEMA.COLUMNS which, unlike sys.columns, provides...
July 10, 2012 at 1:06 pm
franco (7/10/2012)
Due to the fact that our users stop to work...
July 10, 2012 at 8:34 am
Krasavita (7/9/2012)
Here is my steps in detail.
What happened to your attachment? I saw one when checking this post a while ago on my phone.
July 9, 2012 at 2:44 pm
The database mirroring endpoints should not be the same as the port(s) used by SQL Server.
July 9, 2012 at 1:49 pm
CELKO (7/9/2012)
Unfortunately, Mr. Celko, this isn't MySQL. This is MS SQL Server and it doesn't have the same capabilities as MySQL or Oracle.
And that is why I use...
July 9, 2012 at 1:44 pm
SQLKnowItAll (7/9/2012)
Lynn Pettis (7/9/2012)
SQLKnowItAll (7/9/2012)
July 9, 2012 at 1:02 pm
SQLKnowItAll (7/9/2012)
July 9, 2012 at 12:22 pm
Personally, I just add new columns to the end of the table. I will do as I am told, but will argue my point as where the column is...
July 9, 2012 at 11:48 am
Just to add a little more to this discussion, if there is a large amount of data in the table and you are using SSMS to modify the table; generate...
July 9, 2012 at 11:33 am
Lowell (7/9/2012)
if you will be searching by [logtime] date primarily , i would...
July 9, 2012 at 11:27 am
Took a closer look at the code. You weren't checking for = 0 (hopefully). Compare the following with my previous post:
CASE
WHEN (SUM...
July 9, 2012 at 10:48 am
Viewing 15 posts - 10,801 through 10,815 (of 26,489 total)