Viewing 15 posts - 3,316 through 3,330 (of 7,164 total)
may be truncated if it exceeds the maximum length of 4000 characters
This is a validation message based on SSIS not knowing if the result of an Expression in your Package...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 2:45 pm
And are you seeing history now?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 1:36 pm
Rich James (8/24/2012)
The difference I see between your setup and mine from this is that I'm using a Domain account, rather than a local machine account.
Do you get the same...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 10:14 am
Can you please check again. Yuor query is not checking for any of the MAX types. Try this one instead:
SELECT t.name AS ,
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 9:58 am
tonyclifton77 (8/24/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 7:15 am
Anamika (8/23/2012)
That said, it is a good practice to separate your backups from your SQL Server program,white paper / blogs on the above comment.
-Ami
From Best Practice recommendations for SQL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2012 at 6:26 am
Excellent, you're welcome!
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 8:33 pm
Which comment? I made many.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 7:42 pm
You could easily test it out using a test database and Profiler, but why risk it?
USE DatabaseName;
GO
EXEC sys.sp_rename
@objname = N'SchemaName.TableName.ExistingPrimaryKeyName',
@newname =...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 5:36 pm
The obligatory response: are you sure you want to shrink your data file? Stop Shrinking Your Database Files. Seriously. Now. by Brent Ozar[/url]
Now that we have that out of the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 2:36 pm
It might be a UI or server bug.
What is the build # of the server?
SELECT SERVERPROPERTY('ProductVersion');
What is the build # of your copy of SSMS?
Help Menu > About
What does this...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 2:24 pm
I forgot most of my DTS skills but since you have not received any responses I'll make a general suggestion:
Instead of loading the data directly into your target table, load...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 2:20 pm
If the backup succeeds and is valid (i.e. can be successfully restored somewhere), then SQL Server later crashes then your backup will not be affected.
That said, it is a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 2:17 pm
Here is another thread that discusses the topic with additional worthwhile responses to those already made on this thread:
Pros and Cons - Table with loads of uniqe columns VS Row...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 1:37 pm
Your comment about filtering using the security metadata available for the logged in user (e.g. by using ORIGINAL_LOGIN() or SUSER_SID()) is where I would go with it.
See the section...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 23, 2012 at 1:05 pm
Viewing 15 posts - 3,316 through 3,330 (of 7,164 total)