Viewing 15 posts - 421 through 435 (of 1,158 total)
Do you mean?
SELECT qryUC.Serial, qryUC.Title, qryUC.Artist, qryUC.Lyrics
FROM qryUC INNER JOIN tblAAA ON qryUC.Serial > 0 OR tblAAA.Prefix > 0
WHERE (((qryUC.Lyrics) Like "*climb*"));
or
SELECT qryUC.Serial, qryUC.Title, qryUC.Artist, qryUC.Lyrics
FROM qryUC INNER...
May 8, 2012 at 1:04 am
Loundy (5/4/2012)
hardware should be compatible too - microsoft have a catalogue for compatible hardware.
Microsoft no longer maintain a catalogue for Windows 2008
Windows Server 2008 Cluster solutions will not be listed...
May 4, 2012 at 8:17 am
anthony.green (5/4/2012)
May 4, 2012 at 3:46 am
Have you looked at delegation?
http://msdn.microsoft.com/en-us/library/ms189580.aspx
The account under which SQL Server is running must be trusted for delegation.
There is a good guide of the subject here on database journal.
May 3, 2012 at 9:44 am
I'm puzzled by the similarity to your previous post. Let me help
April 29, 2012 at 10:19 am
SQL Server itself can be made to present web services using end points so developing the webservice could be kept to a minimum.
They are as secure as you make them....
April 29, 2012 at 9:23 am
No.
I think you need to do you research. Google knows all.
There's a whole sections on this to read up about transaction logs right here on SSC
April 29, 2012 at 4:56 am
So easy to google this one.
The main advantage though, in my opinion, is the ability to roll back to the old server in event of some issue with migration. ...
April 29, 2012 at 4:47 am
Is that the application a fully fledged "fat" app?
What devices will the client application be running on?
I'm assuming a web rewrite is going to be out...
April 29, 2012 at 4:42 am
vinu512 (4/28/2012)
Sql Server 2005/2008 very well support Unicode. You just need to insert data correctly. Plus, you need to use data types like nvarchar for good performance.
You dont necessarily need...
April 28, 2012 at 5:19 am
fmaruf (4/28/2012)
I want to store data on central server.Application from production server should update that data
Both servers should access that data.
Please note, both servers will be on different location.
Will the...
April 28, 2012 at 4:15 am
ESAT ERKEC (4/28/2012)
is efect the...
April 28, 2012 at 3:45 am
jbkumar03 (4/27/2012)
I have Sql 2000. Since their a problem with unicode.I have a doubt.whether Sql 2005/2008 will support unicode.
Why? All of these support unicode text provided they are stored...
April 28, 2012 at 3:43 am
fmaruf (4/28/2012)
April 28, 2012 at 3:38 am
Gianluca Sartori (4/26/2012)
* mirroring is not an option (by desing)
Why? You can have two servers using mirroring and have the publisher use a DNS alias for the subscriber name. ...
April 27, 2012 at 2:49 am
Viewing 15 posts - 421 through 435 (of 1,158 total)