Viewing 15 posts - 151 through 165 (of 694 total)
Thanks Lynn
I was over thinking that one by a long way. And you came up with a result that is so simple.
Thanks Buddy
Andrew SQLDBA
May 14, 2013 at 12:49 pm
That report is merely running queries against the database box. All this data can be easily queried once you write the code. You can then schedule that in a SQL...
May 13, 2013 at 3:02 pm
I am not clear on what you are calling "Data Collection Reports" or "Data Collection Utility" I know a Data Collection Repository as a database.
If you could clarify what you...
May 13, 2013 at 10:40 am
I had no problem executing that query and seeing the result.
This is the what I copied from your post.
SELECT
'StaffCat, ' + 'EXCONUM, ' +'UNIT Number, ' +'Staffcount' ...
May 13, 2013 at 8:26 am
Gail
Thank you for the clarification. I learned something new. I was taking my judgement from my experience years ago with PL-SQL.
Hope that you have a good day.
Andrew SQLDBA
May 12, 2013 at 7:28 am
[SQL] is a language, not an application or database server. [SQL Server] as with all other relational and non-relational databases systems use [SQL] as the language that is used to...
May 11, 2013 at 7:36 pm
You will have to post that on an Oracle forum, this is a SQL Server forum. SQL and Oracle do not play well together.
Another thing, What are you doing allowing...
May 11, 2013 at 7:23 pm
I always create them first, one to be able to set the directories where I want. I know.... I could do it all on the restore, just the way I...
May 11, 2013 at 4:31 pm
You did not mention these are on you own network. So there will most likely not be a domain. I was giving you info on how to copy the file...
May 11, 2013 at 2:47 pm
The most simple way would be a backup and restore. I am assuming the two boxes are on the same network, or in the same domain. Create a full backup,...
May 11, 2013 at 11:31 am
Thanks Gila
Greatly appreciate your time. You always have the answer to my odd type questions.
Andrew SQLDBA
May 11, 2013 at 10:22 am
You can use a LEFT JOIN, or MERGE. Either should be able to insert only the rows that are missing.
This is rather short since you did not provide DDL and...
May 11, 2013 at 10:16 am
Have you checked the package? Did something happen to the return variables that you set up? It also sounds like something has changed in the table, or you are getting...
May 8, 2013 at 8:26 am
Yes, I have already done all of that. I did choose a time with the least amount of connections. There is one that comes from a java source that is...
May 6, 2013 at 6:38 pm
There are so many things that could be causing this issue. One, there is no Upgrade from one version of SQL to the next. Not sure what you did there....
May 5, 2013 at 5:53 am
Viewing 15 posts - 151 through 165 (of 694 total)