Viewing 15 posts - 1,291 through 1,305 (of 2,008 total)
The error message highlights 'Activation context generation failed'. Please check ACLs for the account that you use for Updates.
November 28, 2011 at 4:07 am
Balanço - Activo não corrente -- 1
Balanço ANO -- 2
Balanço - Autonomia Financeira -- 3
I didn't check the character position but based on you comment, it should appear in this...
November 28, 2011 at 4:03 am
Please check your Server’s collation.
SQL Server Collation Fundamentals
http://msdn.microsoft.com/en-us/library/aa174903(v=SQL.80).aspx
November 28, 2011 at 3:48 am
madeeha.rehman5 (11/26/2011)
if i use this i dnt help me
declare @val varchar(200);
set @val=''; -- Write a valid SQL here.
exec (@Val)
but b/w this if i want to...
November 28, 2011 at 3:43 am
Use of xp_cmdshell could be very risky. Please don't forget to read following before you decide on it.
I cringe every time I see a recommendation for xp_cmdshell.
November 28, 2011 at 3:35 am
We received a similar case few days back in SSC. Faulty Logins were the issue. Can you please verify the Logins you are using didn’t change their password recently? Also...
November 28, 2011 at 3:29 am
The data is normalized but I have concatenated fields separated by "/".
Only one question. Why???
November 28, 2011 at 3:14 am
jewel.sacred (11/28/2011)
Dev (11/28/2011)
It's OK Aaron. 2 Backups are better than 1 (or none) 😉
I think it is not OK (not always atleast). Imagine the hard disk gets full...
November 28, 2011 at 3:08 am
I usually avoid the discussions when it turns to DBA Vs DEV (developers, not me ;-)). I do understand DBAs are last line of defence but why do we forget...
November 28, 2011 at 2:55 am
It's OK Aaron. 2 Backups are better than 1 (or none) 😉
November 28, 2011 at 2:25 am
@RuanK: You probably have misunderstanding on 'Working with Oracle' section. We discuss Oracle issues here if they are related to SQL Server as well e.g. Linked Server. We don't discuss...
November 28, 2011 at 2:22 am
It’s a Performance Issue and I am not sure why nobody requested for DDLs & scripts with execution plans.
@znkin: All the suggestions from SSC are good (but valid for some...
November 28, 2011 at 1:32 am
Replication Monitor would be a good start.
Monitoring How-to Topics (Replication)
November 28, 2011 at 12:59 am
1) Create a View with editor.
2) Copy the View's SQL query.
3) Drop the View.
Use Dynamic SQL by splitting the copied view query into proper sections.
SET strQuery=strSel + strFrm + strWhr...
November 28, 2011 at 12:51 am
@fracionero (11/26/2011)
November 28, 2011 at 12:43 am
Viewing 15 posts - 1,291 through 1,305 (of 2,008 total)