Viewing 15 posts - 301 through 315 (of 569 total)
Hello,
You could base the report on a dataset that is formed by a join of the two tables, that way the report will have access to both the data and...
www.sql.lu
SQL Server Luxembourg User Group
February 3, 2009 at 11:48 pm
Hello again,
When you say the record is being “wrapped” do you mean that control characters (e.g. Carriage Returns) are being inserted part way through the record?
If so, are the control...
www.sql.lu
SQL Server Luxembourg User Group
February 3, 2009 at 10:39 pm
Hello,
Under which Account does the SQL Agent Service run? Perhaps it is set up as Local System?
Did you already spot this MSDN Article on setting the SQL Agent Service Account?
http://msdn.microsoft.com/en-us/library/ms191543.aspx...
www.sql.lu
SQL Server Luxembourg User Group
February 3, 2009 at 10:24 pm
Hello,
I am not really sure what you want to accomplish, may be you could provide an example? If you want to perform different actions for records within the same result...
www.sql.lu
SQL Server Luxembourg User Group
February 2, 2009 at 1:31 am
Hello,
You should be able to do this via PowerShell scripting. Take a look at the following article (although it applies to SQL 2005):-
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
February 1, 2009 at 11:53 pm
Hello,
May be worthwhile taking a look at the following FAQ page, as it is a bit clearer than the BOL description:-
http://www.sql-server-helper.com/faq/sql-server-2005-varchar-max-p01.aspx
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
February 1, 2009 at 11:46 pm
Hello,
When you specified the ptions for the Flat File Destination, did you select the “Delimited” format? If you chose “Fixed Width” then the “Row Delimiter” and “Column Delimiter” options will...
www.sql.lu
SQL Server Luxembourg User Group
February 1, 2009 at 11:28 pm
Hello,
The following script will Round 12999 to 13000:-
Select Round(12999, -1)
This works for the example that you provided, but what is the underlying rounding algorithm that you need?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
February 1, 2009 at 7:52 am
Hello,
You could take a look at the TechNet Best Practices pages:
http://technet.microsoft.com/en-us/sqlserver/bb671430.aspx
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
January 30, 2009 at 12:38 pm
Hello again,
“Can I get additional information on what DBA's should be setup as in regards to database access/rights?”
To be honest when working in the DBA role, I have always had...
www.sql.lu
SQL Server Luxembourg User Group
January 19, 2009 at 11:05 am
Hello,
It could possibly be a Firewall issue, or may be it is trying to access the server on a port that is not listening or is not a SQL Server...
www.sql.lu
SQL Server Luxembourg User Group
January 19, 2009 at 1:09 am
Hello again,
What types of Objects do you want to create and in which Schemas? Can you please elaborate on what you mean by “is not working” e.g. can you create...
www.sql.lu
SQL Server Luxembourg User Group
January 19, 2009 at 12:42 am
Hello,
You mention that you work for a small organisation, but do you have separate Development, Testing and Production environments?
It would probably be useful for the Data Analyst to have extensive...
www.sql.lu
SQL Server Luxembourg User Group
January 19, 2009 at 12:31 am
Hello,
You can not change the Schema of an object to sys e.g. you can not change a table dbo.MyTable to sys.MyTable. Please see BOL Topic “ALTER SCHEMA (Transact-SQL)”.
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
January 19, 2009 at 12:17 am
Hello,
Where does the process fail and what error message do you get?
Can you also post a sample of the data and the Table definition?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
January 4, 2009 at 11:11 pm
Viewing 15 posts - 301 through 315 (of 569 total)