Viewing 15 posts - 1,321 through 1,335 (of 3,061 total)
BU69 (11/29/2010)
Would anyone ever use platespin as a DR solution for SQL?
Is it better to use SQL mirroring or would anyone use a different technology?
example of setup:
2 servers,...
November 29, 2010 at 4:46 am
d.qureshi (11/29/2010)
The main database is located on the D: drive and the total capacity of the disk drive is 435GB....
November 29, 2010 at 4:42 am
Joseph Fallon (11/29/2010)
Here's the expression for the variable
datepart("dw",getdate())
On my dev...
November 29, 2010 at 4:38 am
soundlogic (11/28/2010)
That's a good point. I did overlook that. There were several stored procedures that I had to move over.
...and probably had to substantially rewrite them, don't you?
Devil is in...
November 28, 2010 at 5:08 pm
soundlogic (11/25/2010)
November 27, 2010 at 7:08 am
soundlogic (11/24/2010)
November 25, 2010 at 4:38 pm
pradeepniitdln (11/16/2010)
I...
November 16, 2010 at 7:01 am
Digs (11/15/2010)
A view, I understood a view was a no no !
May I ask why why? 😀
Digs (11/15/2010)
Question how can I use a procedure to populate a SELECT ??
... not...
November 16, 2010 at 6:53 am
Matthew Lang (11/16/2010)
(Background)
We have a production database instance, hosting the databases for our booking engine (tourism). OLTP 24/7 availability
Now altogether...
November 16, 2010 at 6:32 am
Different instances, different binaries - no issues per-se.
November 16, 2010 at 6:23 am
As far as I remember OPENQUERY relies on OLEDB provider.
OLEDB provider can be setup to transfer data in two formats which are: compressed and uncompressed.
Since compressed is the default value...
November 13, 2010 at 6:23 am
OracleWho (11/12/2010)
November 13, 2010 at 6:16 am
bickling77 (11/12/2010)
bickling77 (11/12/2010)
1. When displaying the student table using SELECT * FROM STUDENT; the displayed table has data all over the place instead of in colums and rows.
Prove it ...
November 13, 2010 at 6:08 am
CrazyMan (11/12/2010)
November 12, 2010 at 6:06 am
Deepthy (11/12/2010)
(supplied_Adrressline nvarchar(100),
Clean_country nvarchar(100),
Clean_city nvarchar(100),
clean_region nvarchar(100),
clean_postcode nvarchar(100),
clean_addressline nvarchar(100)
);
insert into geo(supplied_addressline,clean_country,clean_city,clean_region,clean_postcode)
values ( '17 churchstreet 7000','Australia','Melbourne','ME','7000')
('10 Downing London HA2 9DR Street','United Kingdom','London','COF','HA2 9DR')
...
November 12, 2010 at 5:53 am
Viewing 15 posts - 1,321 through 1,335 (of 3,061 total)