Viewing 15 posts - 181 through 195 (of 287 total)
Eugene Elutin (3/7/2012)
March 8, 2012 at 7:01 am
Alexander G. (2/29/2012)
Eugene Elutin (2/29/2012)
Does your job have a step to recreate a table or make any DDL change?
The job does not execute any ddls at all.
Can you confirm...
March 1, 2012 at 5:44 am
tobbens (2/28/2012)
February 29, 2012 at 5:02 am
maheshkrishnas (2/21/2012)
I have to write storeprocedure program should create a file.if not just show these results when we run the SP
store_salesstore_stat.csv target
StoreProduct SalesStoreAvg Sales TV Avg SalesDVD
S1TV...
February 22, 2012 at 7:00 am
zwheeler (1/31/2012)
I have a cursor and I am trying to understand it. I have a couple of questions. here is the beginning of the cursor
DECLARE Cur1 CURSOR FAST_FORWARD FOR
...
January 31, 2012 at 3:54 pm
Frankly, I would think the book(s) you might want to read would depend largely on your aim here... solve a few sql related problems or pursue a career change.
I'm...
January 31, 2012 at 3:26 pm
bobba (1/31/2012)
Are there any concerns (especially w/SQL...
January 31, 2012 at 3:00 pm
rjoseph (9/27/2011)
Wonderful. Thanks so much. I will go and try and I am confident that will work.
The db_datareader role is a fixed database role that grants read access to all...
September 27, 2011 at 2:15 pm
SQLTestUser (9/15/2011)
with
ALTER TABLE X add acolumn smallint NULL Default '0'
but when...
September 19, 2011 at 4:30 pm
derekr 43208 (9/15/2011)
Hi GuysWhere is the best place to find info/documentation on learning SQL Server from the beginning - From an administration point.
Any book/article suggestions?
Thanks
It all depends on your background...
September 15, 2011 at 3:29 am
Nooooob (9/6/2011)
Table 2 has many rows of data attached to this uniqueidentifier...
September 12, 2011 at 4:04 pm
jdowling 65301 (8/29/2011)
use @UNC
set nocount on
SELECT CAST((ISNULL(SUM(CAST(hsi.itemdatapage.filesize AS Numeric(15,4))),0)/1024/1024/1024) AS NUMERIC(15,6)) as Storage
FROM hsi.itemdata, hsi.itemdatapage, hsi.doctype
WHERE hsi.itemdata.itemnum = hsi.itemdatapage.itemnum
AND hsi.doctype.itemtypenum = hsi.itemdata.itemtypenum
--AND hsi.doctype.itemtypenum...
September 1, 2011 at 3:17 pm
Sorry, I should point out that my expected results are actually:
key_value=1
test_value=3
May 10, 2011 at 9:00 am
I would have thought the report would need to be changed anyway seeing as it will now be referencing a Column that no longer exists?
April 27, 2011 at 2:01 pm
I would think a view would be the cleanest way to go with this. Remove access to the base table, create the view omitting the column in question and simply...
April 27, 2011 at 1:57 pm
Viewing 15 posts - 181 through 195 (of 287 total)