Viewing 15 posts - 526 through 540 (of 3,061 total)
GrassHopper (1/30/2012)
Table:
tocidprop_idstr_valnum_val
1059786104USDNULL
1059786105Pricing Null
1059786108NULL1539.17
results:
tocid str_val str_val...
January 30, 2012 at 12:46 pm
Kal Penn (1/23/2012)
January 30, 2012 at 8:17 am
THE-FHA (1/30/2012)
January 30, 2012 at 8:09 am
markd 82708 (1/30/2012)
I am looking for a way of upgrading a our customers sql databases to the latest schema without the need to directly compare the database to a...
January 30, 2012 at 7:51 am
As already pointed out in this thread there is not such a thing as cross-database referential integrity therefore you cannot have a real FK pointing to a PK in a...
January 30, 2012 at 6:56 am
azhar.iqbal499 (1/30/2012)
One more Question in my mind. When new Database backup would be restored then, would this create problem for Indexed view or not? Because Indexed views would be...
January 30, 2012 at 6:39 am
SQL_Surfer (1/28/2012)
Thanks. How do I get around that?
Well... both result sets show you two different views of reality and cannot be used to validate each other.
Depending on business requirements and...
January 28, 2012 at 7:42 pm
SQL_Surfer (1/28/2012)
January 28, 2012 at 5:20 pm
ryetimothy (1/27/2012)
Could anyone recommend a good book about SQL Server for a newbie to read?
Do not forget about "Books On Line" a.k.a. BOL which comes free with your SQL Server...
January 28, 2012 at 1:12 pm
azhar.iqbal499 (1/24/2012)
January 27, 2012 at 5:51 am
Elliott Whitlow (1/26/2012)
January 27, 2012 at 5:38 am
Database owner defaults to database creator.
I prefer not to have "sa" as the owner of the databases but what I call a "operational account" for such database meaning that different...
January 26, 2012 at 1:54 pm
Express12 (1/26/2012)
- The Oracle table has a column Create_Date Number(15) stored as Unix time (seconds since midnight, 1/1/1970).
select DATEADD(second, @ORA_Create_Date, {d '1970-01-01})
January 26, 2012 at 11:55 am
Ulysses_Infinity (1/26/2012)
January 26, 2012 at 8:39 am
Digs (1/17/2012)
ME: I wasnt being technical, just using some colour to explain my point of view.
As a DBA talking to DBAs better to get technical - data modeling language is...
January 26, 2012 at 6:19 am
Viewing 15 posts - 526 through 540 (of 3,061 total)