Viewing 15 posts - 46 through 60 (of 207 total)
Its a good question. I have just asked the same question regarding the data type changing at any point and I am waiting for an answer. This is a new...
January 14, 2016 at 5:43 am
Can anybody tell me why when in ssms and looking at the properties of the datafiles using the GUI it shows the old filename and not the one from the...
January 8, 2016 at 5:23 am
however....
i just found this query from Gail Shaw
SELECT DB_NAME(database_id) AS DatabaseName, name AS LogicalFileName, physical_name AS PhysicalFileName
FROM sys.master_files AS mf
and that reveals the correct physical files.
I'm slightly confused here...
January 8, 2016 at 4:48 am
yes Im definetely looking at the Physical file name and not the logical one. I have noticed that the logical file names are the same on both the Widgets_copy and...
January 8, 2016 at 4:25 am
Thanks very much. For some reason where I work they are saying that in the past backups have broken things...not sure what they have been doing historically.
Thanks for confirmation though.
December 23, 2015 at 7:55 am
I think I have now fixed this. I right clicked in the control flow, selected 'variables' and changed the values in there. Now the connection manager opens up with the...
October 13, 2015 at 4:03 am
Ok Not sure if i'm doing this right. I created a new Project, then right clicked it, selected 'Add' - 'Existing Package'.
The package opens up with some errors and warnings,...
October 13, 2015 at 3:32 am
No. I just copied the file from my email to my desktop and opened it from there by selecting Open/File....
Is this not the way to do things ?
October 13, 2015 at 3:14 am
yeah I have made a note of that comment from Gail and tried something different.
I found this approach to be quite helpful
http://www.sqlservercentral.com/articles/Administration/2582/
June 17, 2015 at 9:31 am
good script..thanks very much 🙂
June 17, 2015 at 5:34 am
yes it is being executed from a job and the config file is set on the 'Configurations' tab - the same as it is on the other servers.
January 12, 2015 at 9:30 am
just in case anybody has the same issue.......rebooting allows sql server to 'see' the new cpu even though the link in my original post says a reboot is not needed....
January 8, 2015 at 3:26 am
Hi thanks for all the replies.
I was trawling through the internet and found something the same as the last post.
When I right click in control flow area and select 'Package...
January 6, 2015 at 4:10 pm
So when I click on the properties of the job, then click on the Steps menu I see the Job step list.
There is 1 step in here. When i click...
January 6, 2015 at 10:18 am
Viewing 15 posts - 46 through 60 (of 207 total)