Viewing 15 posts - 31 through 45 (of 388 total)
March 8, 2010 at 8:57 am
Hi,
You should use sqlcmd utility. You can pass the name of the file as variable into the script.
Regards
Piotr
February 21, 2010 at 10:49 am
I think the last sentence pertains to the partitioning column.
If I issue this command
alter table test alter column one bigint
I get this:
[font="Courier New"]Msg 5074, Level 16, State 1, Line 1
The...
February 12, 2010 at 6:44 am
Yes, there is procedure sp_start_job, you can have a look.
HTH
Piotr
February 10, 2010 at 7:38 am
It looks like Reporting Services is passing the parameter formatted in such a way SQL Server cannot implicitly convert it. This may be caused by your regional settings or locale....
February 1, 2010 at 5:53 pm
Great, good to know that you have this problem off your head 🙂
So you run the loop within a procedure on the remote server, right?
Regards
Piotr
January 27, 2010 at 1:22 pm
I agree, sliding window might be a good solution, unless there are foreign key constraints on other tables referencing this one. Nathan, do you have any triggers on this table?...
January 26, 2010 at 3:01 pm
I think it is definitely worth a try.
Regards
Piotr
January 25, 2010 at 4:14 pm
Your're welcome 🙂
But how many rows do exist in the table? Looking at the example you posted I would think you delete half of the table each day.
I ran a...
January 25, 2010 at 2:36 pm
Maybe you could add a procedure on that remote server that would execute the loop locally. Also, how many rows are there in the table? Linchi Shea wrote about a...
January 25, 2010 at 10:40 am
Hi Brian,
You can possibly use synonyms for all tables that you reference in views. If there are not too many of them, you could have one set of synonyms for...
January 24, 2010 at 2:42 pm
Try to find file sqlncli.msi on the installation disk. Right click it and then choose Install. It happened to me once too, that setup of something related to SQL Server...
January 9, 2010 at 11:37 am
You don't have to apologize David, I bet you have knowledge many of us here have no clue about. One cannot know everything. 🙂
Regarding your problem the most important thing...
January 8, 2010 at 9:33 am
C'mon, this is Express edition installed by an app probably. Who would ever know there are any databases to back up there? The app should take care of it. It...
January 8, 2010 at 7:11 am
The database should be still there. Try to search your local drives for files with .mdf extension.
Then when you find them, try to figure out which one is for your...
January 7, 2010 at 8:05 am
Viewing 15 posts - 31 through 45 (of 388 total)