Viewing 15 posts - 1,546 through 1,560 (of 2,008 total)
Random Order...
INSERT TOP (2) INTO Table2 (ColumnB)
SELECT ColumnA FROM Table1
ORDER BY ColumnA;
The ORDER BY clause in the previous query...
November 16, 2011 at 6:36 am
alban_ml (11/16/2011)
<add name="Business.Properties.Settings.SchooldbConnectionString"
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Schooldb.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"
...
November 16, 2011 at 6:29 am
How will you validate they are last 5? (if there is no ORDER BY clause)
November 16, 2011 at 6:20 am
Yes. SQL Server support side-by-side installations of different versions / editions.
Considerations for Side-by-Side Instances of SQL Server 2008 R2 and SQL Server 2008
November 16, 2011 at 6:03 am
okbangas (11/16/2011)
tt-615680 (11/16/2011)
We have an application which we use C#, but the way the Architecture for creating the Application is that only Views can be used...
November 16, 2011 at 5:29 am
tt-615680 (11/16/2011)
We have an application which we use C#, but the way the Architecture for creating the Application is that only Views can be used to...
November 16, 2011 at 5:18 am
Trooper09 (11/15/2011)
How about using CMS in 2008 and powershell to install service packs on a bunch of servers at the same time ..is it possible ?
I didn't try it myself....
November 16, 2011 at 5:13 am
sys.databases (Transact-SQL)
Contains one row per database in the instance of Microsoft SQL Server.
log_shipping_primary_databases (Transact-SQL)
Stores one record for the primary database in a log shipping configuration. This table is stored in...
November 16, 2011 at 5:07 am
bpportman 52825 (11/15/2011)
Thanks everyone. We only have one domain. The user can log into this computer with no problem. Still searching....
I understand, user would be able to...
November 16, 2011 at 4:58 am
hi!
i have create a vizual c# program linq to sql ..when i whont to open the databse from vizual i have this error ...
Cannot open database requested by the login....
November 16, 2011 at 4:51 am
Do it step by step...
First create a package with Export Import Wizard. It means, Open the wizard, Select source, destination etc. and save it as SSIS Package.
Once done, open this...
November 16, 2011 at 4:46 am
alban_ml (11/15/2011)
but when i do the test now i got a error
can i send you the...
November 16, 2011 at 4:41 am
CREATE PROCEDURE P1
AS
SELECT * FROM VW_V1; -- VIEW
If you are asking this, itβs possible.
November 16, 2011 at 4:37 am
If you know little bit of SSIS?
Yes:
1) Create one SSIS Package with Export Import Wizard.
2) Modify it to loop through 300+ files.
2) Execute Package & you are Done. π
No:
Do the...
November 16, 2011 at 4:30 am
Viewing 15 posts - 1,546 through 1,560 (of 2,008 total)