|
|
-
IvanFroilan Question Received 9 Months ago through ASK | 1 Point
Hi, I want to insert sql server 2000 data into dbf file
insert into openrowset ( 'Microsoft.Jet.OLEDB.4.0',
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;',
'Select * from [item.DBF]')
select * from itemfact
...
|
-
kavali1985 Question Received 2 Years ago through ASK | 1 Point
need a mdx query to retrive result set with country,state,city,postal code with given employee name
Thanks in advance...
|
-
Dinesh Asanka Commented 3 Years ago through Ask | 10 Points
Also,verify you are having sql server enterprise edition which is the only edition you can have snapshot enable. ...
|
-
Dinesh Asanka Replied 3 Years ago through ASK | 1 Point
<p>Also,verify you are having sql server enterprise edition which is the only edition you can have snapshot enable.</p>...
|
0
·
0% ·
0
|
|
-
Dinesh Asanka Replied 3 Years ago through ASK | 1 Point
<p>http://www.dbforums.com/microsoft-sql-server/1623654-how-get-client-ip-address-t-sql.html</p>...
|
0
·
0% ·
0
|
|
-
Dinesh Asanka Commented 3 Years ago through Ask | 10 Points
http://www.dbforums.com/microsoft-sql-server/1623654-how-get-client-ip-address-t-sql.html ...
|
-
Dinesh Asanka Commented 3 Years ago through Ask | 10 Points
While mirroring mirroed database is nor accessible. but using snaphots you can access it.
But database snapshots are available only with Enterprise Edition of SQL Server ...
|
-
Dinesh Asanka Replied 3 Years ago through ASK | 1 Point
<p>While mirroring mirroed database is nor accessible. but using snaphots you can access it.</p>
<p>But database snapshots are available only with Enterprise Edition of SQL Server</p>...
|
0
·
0% ·
0
|
|
-
Dinesh Asanka Accepted Answer 3 Years ago through ASK | 10 Points
<p>While mirroring mirroed database is nor accessible. but using snaphots you can access it.</p>
<p>But database snapshots are available only with Enterprise Edition of SQL Server</p>...
|
-
Dinesh Asanka Accepted Answer 3 Years ago through ASK | 10 Points
<p>A varbinary(max) column that has the FILESTREAM attribute enabled at the Publisher can be replicated to a Subscriber with or without the FILESTREAM attribute. (Source MSDN)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb895334.aspx">http://m...
|