Viewing 15 posts - 76 through 90 (of 1,884 total)
Tara,
this is a great question.
Microsoft Website says about SQL Server 2005:
A SQL Server instance can only run one instance of a job at a time. If a job has started...
May 6, 2009 at 3:36 pm
This is correct. That is why I did not compose the script myself because we don't know this specific database design.
Did you try to convert the char, varchar and text...
May 6, 2009 at 9:14 am
I would do this:
1. Write a statement to change the collation for a single column (Alter Table...)
2. Write a statement to identify such columns in sys.columns or INFORMATION_SCHEMA.COLUMNS like:
select TABLE_NAME,COLUMN_NAME...
May 6, 2009 at 8:41 am
Yes, the Merge and Distribution agent run on the Subscriber with the Pull subscription
http://msdn.microsoft.com/en-us/library/ms151225.aspx
I guess you don't have Merge agent because you specified Snapshot replication. Did you when answering the...
April 8, 2009 at 2:56 pm
Adam,
The solution is to filter by Database ID.
In the past I did not have luck with Database Name and always used Database ID for Profiler. Today I tried to...
April 6, 2009 at 3:40 pm
Hi,
This error message says that the process can not connect tothe distributor. Where is your distributer? Is it on the same machine as the publisher?
April 6, 2009 at 3:17 pm
The reason not to provide the entie solution is that each situation is different and the person who asks the question can not really capture all aspects of their environment...
April 6, 2009 at 3:11 pm
Rob,
Thanks for sharing with us. I use not only Excel but Word and MS ACCESS automation too. I will get this book.
March 13, 2009 at 11:16 am
Stupid question: did you check the ReportServer service is started in Services applet? The display name for the service is
SQL Server Reporting Services (MSSQLSERVER)
This is what your error message...
March 12, 2009 at 12:42 pm
This exception looks like the one from the front end.
Did you check the ReportServer log as I described? There should be messages on the startup. Also next to it there...
March 12, 2009 at 10:16 am
When you try to append rows and have only 1 row transfered, what are the messages? In the window that shows completed export tasks, it show say "N rows transfered"...
March 12, 2009 at 9:03 am
Then just re-run the job that sends emails.
March 11, 2009 at 3:59 pm
BOL says:
"If number_files is specified as 'default', fn_trace_gettable reads all rollover files until it reaches the end of the trace. fn_trace_gettable returns a table with all the columns valid for...
March 11, 2009 at 1:52 pm
I just tested and querying log.trc returns 122 rows on my computer, I have 5 files today starting with log_833.trc. Querying log_833.trc returns 122 rows too, querying log_834.trc returns 99...
March 11, 2009 at 1:41 pm
Viewing 15 posts - 76 through 90 (of 1,884 total)