Viewing 15 posts - 286 through 300 (of 782 total)
I changed it to the bottom option and then run:-
EXEC sp_tables_ex 'LinkedServerName'
Msg 7202, Level 11, State 2, Procedure sp_tables_ex, Line 20
Could not find server 'LinkedServerName' in sysservers. Execute sp_addlinkedserver...
March 21, 2011 at 2:12 pm
Lowell (3/21/2011)
if you run EXEC sp_tables_ex 'LinkedServerName' do you get any results? in theory, it will return all available tables fo...
March 21, 2011 at 1:17 pm
annasql (3/17/2011)
How long does it take to apply a service pack, for example SP3?Does it take the same time as installation of sql server or much shorter time?
Thanks
It takes around...
March 18, 2011 at 7:31 am
The order should be :-
1. checking database integrity
2. reorganizing indexes
3. updating stats
But if u r doing rebuild indexes :-
1. checking database integrity.
2. rebuild indexes.
Rebuild indexes updates the stats automatically.
Regards,
Sushant
March 18, 2011 at 7:23 am
bitbucket-25253 (3/11/2011)
stewartc-708166 (3/11/2011)
The options listed are classified as Large-Value data types, not LOB'srefer:
SQL2005: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.90).aspx
SQL2008: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.100).aspx
SQL2008R2: http://msdn.microsoft.com/en-us/library/ms178158(v=SQL.105).aspx
And yet this:
http://msdn.microsoft.com/en-us/library/ms187752.aspx
In SQL Server, based on their storage characteristics, some data types are designated...
March 11, 2011 at 7:40 am
select all that apply
and
radio buttons...
LMAO...too funny
I guess its done intentionally...lol
Regards,
Sushant
March 11, 2011 at 6:18 am
Ken,
There is other way too and indeed it is more simpler and the fastest way.
Open an excel file->go to data->get external data->from other sources->sql...
March 10, 2011 at 1:49 pm
Not related to db , i guess , network speed would be less..
check the network bandwidth...
or try any other large file( non db) and try to copy..
If thts 300 mb,...
March 10, 2011 at 9:02 am
I meant the mail body should look like --
No Items Inserted.
IF its possible, otherwise also its fine.
Regards,
Sushant
March 9, 2011 at 12:55 pm
Now I got the mail body as :-
ITEMNMBR ------------------------------- No items Inserted
Regards,
Sushant
March 9, 2011 at 12:37 pm
I am calling that procedure in this procedure...
EXEC msdb.dbo.sp_send_dbmail
@profile_name='Sushant Yadav',
@recipients='syadav@xyz.com',
@subject = 'Insert Kit Components',
...
March 9, 2011 at 12:27 pm
GSquared (3/9/2011)
Second, "output" doesn't work that...
March 9, 2011 at 11:58 am
ChazMan (3/9/2011)
1) The insert statement is incomplete....what are you trying to insert?
2) What is IF output inserted.ITEMNMBR ='NULL' ??
3) Is the field ITEMNMBR a null...
March 9, 2011 at 10:50 am
Viewing 15 posts - 286 through 300 (of 782 total)