Viewing 15 posts - 1,156 through 1,170 (of 7,501 total)
that's the text of the compiled object. So if that is (part of) a stored procedure it will show the sproc ddl ( unless it is encrypted ).
Using the...
September 19, 2013 at 2:02 am
- not every execution produces a recompile. ( that's the goal with cached plans )
I haven't implemented the xevents version to monitor it all, but I'll have a go if...
September 19, 2013 at 12:32 am
if you rdp the source sql instance ( where you want to define the linked server ) can you use sqlcmd / SSMS ( if installed ) and connect to...
September 18, 2013 at 5:16 am
thank you for the feedback.
everybody at ease now :hehe:
September 13, 2013 at 12:14 am
is it a checksummed backup ?
You could use this to verify its content:
Check out RESTORE VERIFYONLY to see how sqlserver can support you.
September 12, 2013 at 5:43 am
What's your knowledge about SQL2008 ?
Should you even be doing a restore ? ( is a restore really needed )
What are you trying to accomplish ?
September 12, 2013 at 5:13 am
it also depends what application opens your csv file.
Does that interpret carriage return characters, tabs, ...
What are your client settings and what are the separator characters used in the csv...
September 12, 2013 at 5:03 am
Thank you for the feedback.
Sharing your experiences and fixes will always help others.
I just wonder about the moment a job records it is executing a next step into sysjobhistory.
Will...
September 12, 2013 at 1:08 am
hard to believe that's the query that multiplied your [money] numbers by 10 :crazy:
Does your source table also use the money data type for these columns ?
Can you repro the...
September 11, 2013 at 7:45 am
is it configured to be using TCP\IP connections ?
September 11, 2013 at 7:05 am
how did you copy the data ? (statement please)
September 11, 2013 at 5:02 am
tt-615680 (9/11/2013)
When I tried to create a Linked Server I get the following error message would you please let me know what would cause the issue please?
Named Pipes Provider:...
September 11, 2013 at 5:00 am
did you check the sqlserver errorlog file if it holds error messages from the failed backup requests ?
September 11, 2013 at 4:53 am
Viewing 15 posts - 1,156 through 1,170 (of 7,501 total)