Viewing 15 posts - 541 through 555 (of 2,900 total)
Not quite sure what you're asking
Select * into Table_A from Table_B
February 7, 2014 at 4:12 am
Did you try my reply in your cross-post ? (which is generally frowned upon)
http://www.sqlservercentral.com/Forums/Topic1538824-392-1.aspx
February 6, 2014 at 8:32 pm
I run this as a SQL scheduled job on my Windows 2003 server:
[font="Courier New"]ForFiles /P D:\objectscripts /D -180 /C "CMD /C if @ISDIR==TRUE echo RD /Q /S @FILE &RD...
February 6, 2014 at 2:41 pm
If you took the backups using native SQL, and they are stored in the same location as the time of backup, then I think you can use the GUI to...
February 5, 2014 at 4:09 pm
Can you buy additional TS licenses ?
February 1, 2014 at 4:13 pm
ChrisM@home (1/30/2014)
homebrew01 (1/30/2014)
February 1, 2014 at 5:23 am
We haven't written any code like that in a while. It is easy to search for '*=' and find the left joins. Not so easy to find the inner...
January 30, 2014 at 11:50 am
You can also look to see if processes are getting blocked.
January 28, 2014 at 7:24 pm
I run a job every hour that queries the system tables looking for job step failures. If it finds some within "x" time frame, it sends me an email.
Pro: It...
January 28, 2014 at 12:38 pm
How about a .BAT file invoked from SQL ?
Or perhaps FORFILES function ? I use it to delete files older than X days. I don't know what...
January 26, 2014 at 9:17 am
Jeff, the code above is really just a snippet example using the OUTPUT to a temp table.
In the real code, the import table also has a RecNum identity column. During...
January 25, 2014 at 9:06 am
Are you trying to load the data into a SQL table that already exists, with slightly different column definitions ?
I usually let the import wizard build a table based on...
January 18, 2014 at 9:14 am
Viewing 15 posts - 541 through 555 (of 2,900 total)