Viewing 15 posts - 4,471 through 4,485 (of 7,187 total)
I think frites have been adopted by Belgium as its own national delicacy. Indeed, there's a song in the Europop tradition (sung in English) called It's Great to be...
June 1, 2012 at 4:23 am
But that's my whole point. You've done it before and now you're having to do it again. That should tell you that the space that the database files...
June 1, 2012 at 3:46 am
I would recommend that you investigate how much free space you have inside each database before going ahead with this. If your files are full, this isn't going to...
June 1, 2012 at 3:15 am
Lynn Pettis (5/31/2012)
There is no need for the from clause.
Unless, for some bizarre reason, he wants those figures repeated as many times as the function returns rows.
John
May 31, 2012 at 9:45 am
Thanks Lynn. I saw those other threads... just thought I'd try this once. If I don't get the required information, I shan't be asking again.
John
May 31, 2012 at 9:41 am
Please post the whole of your code, including the parts where @temp1 and @ReportData are declared. Please also post the definition of dbo.fRealizedGainLoss and any table definitions and sample...
May 31, 2012 at 9:37 am
You should try to help yourself, and post back if you come across anything you don't understand. I bet that if you typed "How to rename SQL Server" into...
May 31, 2012 at 8:14 am
I've just noticed that you said the server is not in a domain. I think that's your problem - it sounds as if you're trying to run SQL Server...
May 31, 2012 at 7:34 am
Phani
Sure. If you have WinZip or another such utility installed, you can use xp_cmdshell, which you can also use for the COMPRESS command if you have the Windows Resource...
May 31, 2012 at 7:13 am
I've seen that SSPI error occur when a Windows password has recently expired or been changed.
Also, please will you check that the time of your most recent SQLAgent.OUT file coincides...
May 31, 2012 at 7:08 am
craighenderson (5/31/2012)
Can I not just attach the mdf to an instance of SQL Express elsewhere? I'm sure I've done this in the past.
As far as I'm aware, you can,...
May 31, 2012 at 6:14 am
craighenderson (5/31/2012)
I really only want the data from the PC - and to make sure it isnt accessible on the PC anymore
In which case, you will indeed need to detach...
May 31, 2012 at 5:17 am
But then you still have the database online when you restart SQL Server. Wasn't the idea of the exercise to detach it? If you just want a copy...
May 31, 2012 at 5:00 am
Craig
You may need to use the -S parameter in sqlcmd to specify the server, if you use named instances or non-default ports.
John
May 31, 2012 at 4:43 am
Wow! Took a while to get my head round that, but when I did, it made sense. An INSERT statement has to succeed or fail as a whole,...
May 31, 2012 at 4:30 am
Viewing 15 posts - 4,471 through 4,485 (of 7,187 total)