Viewing 15 posts - 16 through 30 (of 33 total)
Hi,
For that I went in and replaced the names being referenced using a script I downloaded from the sql scripts on this site.
March 13, 2008 at 11:12 am
Thanks everyone! All tables are now renamed 🙂
March 13, 2008 at 9:26 am
Thanks for all your help!!! I am working on the solution right now. Hopefully it will pass UAT 🙂 Thanks!!
March 7, 2008 at 12:38 pm
Hi,
My reason is pretty simple, its customer related. We have customers that buy our software and input data-lets say today 3/7/2007. In that case the getdate() is todays date. However,...
March 7, 2008 at 11:49 am
Also, were you able to look at the file I attached earlier? Would that be a place for to start because I definitly dont want to introduce some sort of...
March 7, 2008 at 11:00 am
Hi,
On the server that I would change it on, I would want all system views procs, etc.. to see the date returned. Thats why I am looking into changing the...
March 7, 2008 at 10:57 am
Its not doing anything wrong. Its just used in too many places and in one environment I need it return a different date and want to be able to modify...
March 7, 2008 at 10:33 am
Hi,
Thats what I also thought but am trying to avoid the global replace. I did find the code attached in the .txt file. Just started going through it to see...
March 7, 2008 at 10:29 am
Thanks, I probably missed something and will go over. I was just going based on your top line of this is only a small example of what needs to be...
February 27, 2008 at 1:25 pm
Yes, agreed, definite laziness but initially when tables with lets say 20 varchar fields are created the initial page size is huge. However, just my opinion is not getting through...
February 27, 2008 at 12:12 pm
I've been attempting to get this working with my tables that I have. Still need some help. Could you please post, attach or email the actual solution for my tables...
February 27, 2008 at 12:07 pm
Hi,
Ok, I have the exact requirements and will post the ddl to the 2 tables that are involved along with the select being run now. Any help would be greatly...
February 19, 2008 at 9:37 am
I am working with the developers to get the exact results they are looking for, they basically want to narrow it down so that the result set would actually be...
February 15, 2008 at 12:57 pm
Thank you very much!
February 5, 2008 at 2:07 pm
This is the code I am running:
declare @date datetime
set @date = getdate()
exec ('SELECT * INTO [IDPSystemFolders_Backup_'+cast(@date as varchar(100))+'] FROM [IDPSystemFolders]' )
This is the error:
Line 4: Incorrect syntax near 'cast'.
Thanks!
February 5, 2008 at 1:47 pm
Viewing 15 posts - 16 through 30 (of 33 total)